AutoYADM commit: 2024-12-23 18:15:01

This commit is contained in:
Daniel Fichtinger 2024-12-23 18:15:02 -05:00
parent 6806ad80c0
commit ff57118bc0

View file

@ -68,10 +68,14 @@ bind x kill-window
bind -n M-x run-shell "~/.config/tmux/confirm_kill_pane.sh; true" bind -n M-x run-shell "~/.config/tmux/confirm_kill_pane.sh; true"
bind -n M-f resize-pane -Z bind -n M-f resize-pane -Z
bind -n M-Left resize-pane -L 5 bind Left resize-pane -L 5
bind -n M-Right resize-pane -R 5 bind Right resize-pane -R 5
bind -n M-Up resize-pane -U 5 bind Up resize-pane -U 5
bind -n M-Down resize-pane -D 5 bind Down resize-pane -D 5
# bind -n M-Left resize-pane -L 5
# bind -n M-Right resize-pane -R 5
# bind -n M-Up resize-pane -U 5
# bind -n M-Down resize-pane -D 5
bind - copy-mode bind - copy-mode
bind -n M-u next-window bind -n M-u next-window