summaryrefslogtreecommitdiff
path: root/tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.conf')
-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