diff options
Diffstat (limited to '')
-rw-r--r-- | .tmux.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.tmux.conf b/.tmux.conf index f0781b29..58a50725 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -25,8 +25,9 @@ bind -r > resize-pane -R 1 bind -r - resize-pane -U 1 bind -r + resize-pane -D 1 -bind y copy-mode bind p paste-buffer +bind Escape copy-mode +bind -t vi-copy i cancel bind -t vi-copy v begin-selection bind -t vi-copy C-v rectangle-toggle bind -t vi-copy y copy-selection |