Commented out leader key change.
This commit is contained in:
parent
87825be8f8
commit
cf24ccdc10
@ -7,9 +7,9 @@ set -ga terminal-overrides ",xterm-256color:Tc"
|
|||||||
set-window-option -g mode-keys vi
|
set-window-option -g mode-keys vi
|
||||||
|
|
||||||
# remap prefix from 'C-b' to 'C-a'
|
# remap prefix from 'C-b' to 'C-a'
|
||||||
unbind C-b
|
#unbind C-b
|
||||||
set-option -g prefix C-a
|
#set-option -g prefix C-a
|
||||||
bind-key a send-prefix
|
#bind-key a send-prefix
|
||||||
|
|
||||||
# vim binds for pane navigation
|
# vim binds for pane navigation
|
||||||
bind-key h select-pane -L
|
bind-key h select-pane -L
|
||||||
|
Loading…
Reference in New Issue
Block a user