diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 73c16aa..1326933 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -85,7 +85,7 @@ set -g message-style bg=black,fg=white set -g repeat-time 1000 set -g mode-keys vi set -g status-interval 1 -set -g set-clipboard on +set -g set-clipboard external set -g escape-time 0 ################ @@ -201,8 +201,8 @@ bind-key -r C-h resize-pane -L bind-key -r C-l resize-pane -R bind-key o last-window -bind -T copy-mode-vi n send-keys -X next-prompt -bind -T copy-mode-vi p send-keys -X previous-prompt +bind -T copy-mode-vi C-n send-keys -X next-prompt +bind -T copy-mode-vi C-p send-keys -X previous-prompt # Plugins set -g @plugin 'tmux-plugins/tpm'