aboutsummaryrefslogtreecommitdiff
path: root/tmux/tmux.conf
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-09-28 14:19:25 +1200
committerTom Ryder <tom@sanctum.geek.nz>2012-09-28 14:19:25 +1200
commitf0bb585e5f0c24907444dfcee624fec91b91a844 (patch)
tree5ba51254da973b15655c251eb9387edaf0d65cd1 /tmux/tmux.conf
parentWait, that didn't work as expected (diff)
downloaddotfiles-f0bb585e5f0c24907444dfcee624fec91b91a844.tar.gz
dotfiles-f0bb585e5f0c24907444dfcee624fec91b91a844.zip
Allow cancelling selection
Diffstat (limited to 'tmux/tmux.conf')
-rw-r--r--tmux/tmux.conf1
1 files changed, 1 insertions, 0 deletions
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