From e798c5cfd363638ab545aa7939d9c1641904f04e Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Mon, 8 May 2017 16:35:33 -0400 Subject: Fix copy mode bindings for tmux 2.4 Incompatible change that makes no sense to me. --- .tmux.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.tmux.conf') diff --git a/.tmux.conf b/.tmux.conf index c0343d31..b47a8414 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -28,10 +28,10 @@ bind -r + resize-pane -D 1 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 +bind -T copy-mode-vi i send -X cancel +bind -T copy-mode-vi v send -X begin-selection +bind -T copy-mode-vi C-v send -X rectangle-toggle +bind -T copy-mode-vi y send -X copy-selection set -g status-position top set -g status-style bg=black,fg=white -- cgit 1.4.1