Commented out leader key change.

This commit is contained in:
Sheldon Lee 2022-05-10 16:58:15 +08:00
parent 87825be8f8
commit cf24ccdc10

View File

@ -7,9 +7,9 @@ set -ga terminal-overrides ",xterm-256color:Tc"
set-window-option -g mode-keys vi
# remap prefix from 'C-b' to 'C-a'
unbind C-b
set-option -g prefix C-a
bind-key a send-prefix
#unbind C-b
#set-option -g prefix C-a
#bind-key a send-prefix
# vim binds for pane navigation
bind-key h select-pane -L