Changing send-prefix keybind

This commit is contained in:
jon
2020-08-09 13:53:21 -05:00
parent a92a8f69f8
commit 8aa459a6fe

View File

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