tmux: explicitly enable vi key mode on startup
This commit is contained in:
parent
984daa2473
commit
52af78fd1c
@ -23,5 +23,8 @@ bind l select-pane -R
|
||||
# Terminal appearance
|
||||
set -g default-terminal "xterm-256color"
|
||||
|
||||
# Explicitly set vi key bindings
|
||||
set-window-option -g mode-keys vi
|
||||
|
||||
# Keep this line at the very bottom
|
||||
run '~/.config/tmux/plugins/tpm/tpm'
|
||||
|
Loading…
x
Reference in New Issue
Block a user