add vi mode for tmux

This commit is contained in:
James Dixon 2022-08-06 01:41:31 -04:00
parent 710322438f
commit 90f5ecae6f

View File

@ -6,6 +6,9 @@ bind-key C-a send-prefix
# emulate a color terminal emulator # emulate a color terminal emulator
set -g default-terminal "xterm-256color" set -g default-terminal "xterm-256color"
# vi mode
setw -g mode-keys vi
# unset the annoying delay # unset the annoying delay
set -sg escape-time 0 set -sg escape-time 0