This commit is contained in:
fz0x1 2024-10-05 20:59:13 +02:00
parent ab358bbd94
commit 546cc79886
Signed by: fz0x1
GPG key ID: 6F81647BE1B459F4
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'