From 7bda53f8f8e3b894be370b2d34a0eb8e6a59c550 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Mon, 27 Feb 2017 12:20:34 -0500 Subject: Use Escape and i to enter/exit tmux copy mode --- .tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit 1.4.1