fix(tmux): set clipboard to external and update keymaps

This commit is contained in:
2024-10-31 19:14:48 +01:00
parent 82d6aacfd7
commit 3567d587f4
+3 -3
View File
@@ -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'