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"