Set mode-key vi for tmux

This commit is contained in:
Kevin Cotugno 2020-03-26 17:55:32 -07:00
parent 851fe31cae
commit 8b71cb423f

View File

@ -4,6 +4,7 @@ set -g prefix C-k
set -g escape-time 20
set -g mouse on
set -g history-limit 1000000
set -g mode-key vi
bind-key C-k send-prefix
unbind C-b