Fixing prefix

This commit is contained in:
jon
2020-08-09 13:54:58 -05:00
parent 8aa459a6fe
commit 490429a1c0

View File

@@ -9,7 +9,8 @@ set-option -g history-limit 5000
#change C-b to Ca
unbind C-b
set-option -g prefix C-a
bind-key C-t send-prefix
#bind-key C-t send-prefix
bind-key -n C-s send-prefix
# split panes using | and -
bind | split-window -h -c '#{pane_current_path}'