fix(tmux): set clipboard to external and update keymaps
This commit is contained in:
@@ -85,7 +85,7 @@ set -g message-style bg=black,fg=white
|
|||||||
set -g repeat-time 1000
|
set -g repeat-time 1000
|
||||||
set -g mode-keys vi
|
set -g mode-keys vi
|
||||||
set -g status-interval 1
|
set -g status-interval 1
|
||||||
set -g set-clipboard on
|
set -g set-clipboard external
|
||||||
set -g escape-time 0
|
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 -r C-l resize-pane -R
|
||||||
bind-key o last-window
|
bind-key o last-window
|
||||||
|
|
||||||
bind -T copy-mode-vi n send-keys -X next-prompt
|
bind -T copy-mode-vi C-n send-keys -X next-prompt
|
||||||
bind -T copy-mode-vi p send-keys -X previous-prompt
|
bind -T copy-mode-vi C-p send-keys -X previous-prompt
|
||||||
|
|
||||||
# Plugins
|
# Plugins
|
||||||
set -g @plugin 'tmux-plugins/tpm'
|
set -g @plugin 'tmux-plugins/tpm'
|
||||||
|
|||||||
Reference in New Issue
Block a user