Fix tmux copy mode, manage Vim views automatically
This commit is contained in:
parent
c8f0d19a99
commit
050c8b555a
|
@ -54,4 +54,6 @@ bind -n S-Right next-window
|
|||
bind -n C-S-Left swap-window -t -1\; select-window -t -1
|
||||
bind -n C-S-Right swap-window -t +1\; select-window -t +1
|
||||
|
||||
bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel 'xclip -in -selection clipboard'
|
||||
|
||||
bind r source-file ~/.tmux.conf \; display "Reloading config..."
|
||||
|
|
Loading…
Reference in New Issue