add vi mode keys to tmux
This commit is contained in:
parent
19cf894ed6
commit
b229b957f5
1 changed files with 4 additions and 0 deletions
|
@ -32,5 +32,9 @@ set-option -a terminal-features 'xterm*:RGB'
|
|||
# enable selecting panes with mouse
|
||||
set -g mouse on
|
||||
|
||||
# enable vi keys in copy mode
|
||||
setw -g mode-keys vi
|
||||
|
||||
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
||||
run '~/.tmux/plugins/tpm/tpm'
|
||||
|
||||
|
|
Loading…
Reference in a new issue