fix(tmux): vi mode best mode

This commit is contained in:
George Rawlinson 2021-08-01 15:53:02 +12:00
parent 9a5e737511
commit e5f54098c9
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 3 additions and 0 deletions

View File

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