tmux: explicitly enable vi key mode on startup

This commit is contained in:
Eric Torres 2024-09-20 22:12:47 -07:00
parent 984daa2473
commit 52af78fd1c

View File

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