|
|
|
|
@ -89,3 +89,9 @@ bind-key -T copy-mode-vi C-l select-pane -R
|
|
|
|
|
#bind c new-window -c "#{pane_current_path}" |
|
|
|
|
bind '%' split-window -h -c "#{pane_current_path}" |
|
|
|
|
bind '"' split-window -v -c "#{pane_current_path}" |
|
|
|
|
|
|
|
|
|
set -g @plugin 'tmux-plugins/tpm' |
|
|
|
|
set -g @plugin 'tmux-plugins/tmux-resurrect' |
|
|
|
|
set -g @resurrect-strategy-vim 'session' |
|
|
|
|
set -g @plugin 'tmux-plugins/tmux-continuum' |
|
|
|
|
run '~/.tmux/plugins/tpm/tpm' |
|
|
|
|
|