From d7102f975434f6a5ef346ca94b2654a304ab8aac Mon Sep 17 00:00:00 2001 From: vincent Date: Sun, 14 Feb 2021 10:06:51 +0100 Subject: [PATCH] correct bind-key --- tmux/.tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 5912993..69cc367 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -39,7 +39,7 @@ setw -g mode-keys vi unbind -T copy-mode-vi Enter bind-key -T copy-mode-vi Enter send-keys -X copy-pipe-and-cancel "xclip -selection c" bind-key -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-pipe-and-cancel "xclip -in -selection clipboard" -bind -t vi-copy y copy-pipe "xclip -sel clip -i" +bind-key -t vi-copy y copy-pipe "xclip -sel clip -i" #Les fenĂȘtres commencent par 1 et non par 0 set -g base-index 1