From 6c4d2555443bd0dd62125fcb311a88b1db871548 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 23 May 2017 14:01:57 +1200 Subject: Restore functional copy-mode vi keys --- tmux/tmux.conf.m4 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tmux') diff --git a/tmux/tmux.conf.m4 b/tmux/tmux.conf.m4 index ffac0243..3a1d2425 100644 --- a/tmux/tmux.conf.m4 +++ b/tmux/tmux.conf.m4 @@ -41,6 +41,8 @@ bind-key Tab last-pane # Use the vi mode for tmux interaction behaviour in copy and choice modes set-window-option -g mode-keys vi +bind-key -T copy-mode-vi v send -X begin-selection +bind-key -T copy-mode-vi y send -X copy-selection-and-cancel # Detach with Alt-M, no prefix required bind-key -n M-m detach -- cgit v1.2.3