diff options
Diffstat (limited to 'tmux.conf')
-rw-r--r-- | tmux.conf | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |