tmux: Clean up uses of bind-key
bind is an alias to bind-key.
This commit is contained in:
parent
ab92c97016
commit
7805bb4111
1 changed files with 3 additions and 3 deletions
|
@ -82,9 +82,9 @@ bind 8 select-pane -t 8
|
|||
bind 9 select-pane -t 9
|
||||
|
||||
bind P paste-buffer
|
||||
bind-key -T copy-mode-vi v send-keys -X begin-selection
|
||||
bind-key -T copy-mode-vi y send-keys -X copy-selection
|
||||
bind-key -T copy-mode-vi r send-keys -X rectangle-toggle
|
||||
bind -T copy-mode-vi v send-keys -X begin-selection
|
||||
bind -T copy-mode-vi y send-keys -X copy-selection
|
||||
bind -T copy-mode-vi r send-keys -X rectangle-toggle
|
||||
|
||||
bind S command-prompt -p 'Save history to filename:' -I '/tmp/tmux.history' 'capture-pane -S - -E -; save-buffer %1 ; delete-buffer'
|
||||
|
||||
|
|
Loading…
Reference in a new issue