This commit is contained in:
fz0x1 2024-10-05 20:59:13 +02:00
parent 341f231742
commit 1969606806
2 changed files with 5 additions and 0 deletions

View file

@ -32,6 +32,9 @@ bind -n M-p last-window
bind -n M-e split-window -v -c '#{pane_current_path}'
bind -n M-d split-window -h -c '#{pane_current_path}'
bind -n M-W kill-pane
# resize to bottom
bind -n M-j resize-pane -D 5
bind -n M-k resize-pane -U 5
# Automatic restore
# set -g @continuum-restore 'on'