Moved nested tmux to a new keybind

This commit is contained in:
jon
2020-08-09 13:49:26 -05:00
parent 61588bf3b2
commit a92a8f69f8

View File

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