Set VI mode in tmux

This commit is contained in:
Michael Yockey
2024-08-16 09:14:06 -04:00
parent 780f3d1d77
commit 8222d82af5

View File

@@ -3,6 +3,7 @@ set-option -g default-terminal 'tmux-256color'
set-option -g terminal-overrides ',xterm-256color:RGB'
set -g mouse on
setw -g mode-keys vi
# Index windows and panes at 1 instead of 0
set -g base-index 1