add vi mode keys to tmux

This commit is contained in:
Anthony Rodriguez 2024-08-09 20:09:23 +02:00
parent 19cf894ed6
commit b229b957f5

View file

@ -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'