tmux: bindings for pane splitting

This commit is contained in:
nicolas 2023-10-10 09:15:29 +02:00
parent 00154017ab
commit ae61683111
1 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,8 @@ set-option -g prefix C-space
set -g mouse on
bind-key C-space last-window
bind-key space copy-mode
bind-key ç split-pane -h
bind-key Ç split-pane
set -g base-index 1
setw -g mode-keys vi
set-option -sg escape-time 10
@ -33,6 +35,5 @@ set -g @plugin 'tmux-plugins/tmux-cpu'
set -g @plugin 'tmux-plugins/tmux-sessionist'
set -g @plugin 'tmux-plugins/tmux-resurrect'
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'