AutoYADM commit: 2024-12-25 22:15:02

This commit is contained in:
Daniel Fichtinger 2024-12-25 22:15:02 -05:00
parent 88fc4c85b1
commit e3f820a3f1

View file

@ -124,7 +124,9 @@ bind Down resize-pane -D 5
# Focus windows # Focus windows
bind -n M-u next-window bind -n M-u next-window
bind -n M-U swap-window -t -
bind -n M-l previous-window bind -n M-l previous-window
bind -n M-L swap-window -t +
# Swap active pane with direction # Swap active pane with direction
bind C-j swap-pane -t left bind C-j swap-pane -t left
@ -160,5 +162,11 @@ bind-key -T copy-mode-vi y send-keys -X copy-selection-and-cancel
# Do not preserve the current working directory for new windows # Do not preserve the current working directory for new windows
bind c new-window -c "" bind c new-window -c ""
# TESTING
# DO NOT bind -n M-T display-message "Testing"
bind -n M-T display-message "test?"
# WARN: This line must come last! # WARN: This line must come last!
run '/usr/share/tmux-plugin-manager/tpm' run '/usr/share/tmux-plugin-manager/tpm'