AutoYADM commit: 2024-12-25 22:15:02
This commit is contained in:
parent
88fc4c85b1
commit
e3f820a3f1
1 changed files with 8 additions and 0 deletions
|
@ -124,7 +124,9 @@ bind Down resize-pane -D 5
|
|||
|
||||
# Focus windows
|
||||
bind -n M-u next-window
|
||||
bind -n M-U swap-window -t -
|
||||
bind -n M-l previous-window
|
||||
bind -n M-L swap-window -t +
|
||||
|
||||
# Swap active pane with direction
|
||||
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
|
||||
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!
|
||||
run '/usr/share/tmux-plugin-manager/tpm'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue