AutoYADM commit: 2024-12-23 19:30:02

This commit is contained in:
Daniel Fichtinger 2024-12-23 19:30:02 -05:00
parent ff57118bc0
commit 72ec3b0dc9
2 changed files with 7 additions and 2 deletions

View file

@ -78,7 +78,11 @@ bind Down resize-pane -D 5
# bind -n M-Down resize-pane -D 5
bind - copy-mode
bind -n M-u next-window
bind -n M-l previous-window
# bind -n M-u next-window
bind u next-window
# bind -n M-l previous-window
bind l previous-window
bind -n M-j swap-pane -D
run '/usr/share/tmux-plugin-manager/tpm'