add vi mode for tmux
This commit is contained in:
parent
710322438f
commit
90f5ecae6f
@ -6,6 +6,9 @@ bind-key C-a send-prefix
|
||||
# emulate a color terminal emulator
|
||||
set -g default-terminal "xterm-256color"
|
||||
|
||||
# vi mode
|
||||
setw -g mode-keys vi
|
||||
|
||||
# unset the annoying delay
|
||||
set -sg escape-time 0
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user