From 7282276836da659b05babf9e52a08f29093c2441 Mon Sep 17 00:00:00 2001 From: Christopher Beckmann Date: Fri, 5 Jan 2024 14:59:23 +0100 Subject: [PATCH] Update .config/tmux/tmux.conf --- .config/tmux/tmux.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 2f932b9..8cc75cd 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -57,6 +57,10 @@ set -g @plugin 'tmux-plugins/tpm' #set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'tmux-plugins/tmux-prefix-highlight' +# Set Copy mode to vi keybindings +setw -g mode-keys vi + +# use xclip for copy bind -T copy-mode C-c send -X copy-pipe-no-clear "xclip -sel clip" bind -T copy-mode-vi C-c send -X copy-pipe-no-clear "xclip -sel clip"