fix(tmux): vi mode best mode
This commit is contained in:
parent
9a5e737511
commit
e5f54098c9
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,9 @@ unbind C-b
|
|||
set -g prefix C-a
|
||||
bind C-a send-prefix
|
||||
|
||||
# vi mode best mode
|
||||
set -g mode-keys vi
|
||||
|
||||
# reload config file
|
||||
bind r source-file ~/.config/tmux/tmux.conf \; display-message " ✱ tmux.conf is reloaded"
|
||||
|
||||
|
|
Loading…
Reference in a new issue