Add vi-like copy/selection bindings
This commit is contained in:
parent
1d4e08148c
commit
b7ba1287ca
1 changed files with 3 additions and 0 deletions
|
|
@ -7,6 +7,9 @@ bind j select-pane -D
|
|||
bind k select-pane -U
|
||||
bind l select-pane -R
|
||||
|
||||
bind-key -T copy-mode-vi v send-keys -X begin-selection
|
||||
bind-key -T copy-mode-vi y send-keys -X copy-selection
|
||||
|
||||
# toggle tmux theme
|
||||
bind T run-shell ~/.local/bin/tmux-toggle.sh
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue