From f0bb585e5f0c24907444dfcee624fec91b91a844 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 28 Sep 2012 14:19:25 +1200 Subject: Allow cancelling selection --- tmux/tmux.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'tmux') diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 11e56938..6d8caebc 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -20,6 +20,7 @@ bind-key -r '>' resize-pane -R 5 # Vim-like select/yank bind-key -t vi-copy 'v' begin-selection bind-key -t vi-copy 'y' copy-selection +bind-key -t vi-copy Escape cancel # Vim-like pane switching bind-key h select-pane -L -- cgit v1.2.3