summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjohannst <stoelp@eit.uni-kl.de>2017-04-02 12:17:44 +0200
committerjohannst <stoelp@eit.uni-kl.de>2017-04-02 12:17:44 +0200
commit136442f738c1cd243f2db2df3d4780b11b9eb483 (patch)
treec080fde44fd875a740e49d213247c50df90cf26a
parent3bb672283f1163fd1d7cccb6746fffbc49c0c007 (diff)
downloaddotfiles-136442f738c1cd243f2db2df3d4780b11b9eb483.tar.gz
dotfiles-136442f738c1cd243f2db2df3d4780b11b9eb483.zip
added start/end of line keymaps in tmux vi-copy mode
-rw-r--r--tmux.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/tmux.conf b/tmux.conf
index f982f49..12bd9ed 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -42,6 +42,8 @@ bind-key l select-pane -R
set-window-option -g mode-keys vi
bind-key -t vi-copy 'v' begin-selection
bind-key -t vi-copy 'y' copy-selection
+bind-key -t vi-copy 'C-a' start-of-line
+bind-key -t vi-copy 'C-e' end-of-line
bind-key C-v copy-mode
bind-key C-p paste-buffer