AutoYADM commit: 2024-12-23 19:45:02
This commit is contained in:
parent
72ec3b0dc9
commit
8c719ee976
1 changed files with 11 additions and 1 deletions
|
@ -83,6 +83,16 @@ bind u next-window
|
||||||
# bind -n M-l previous-window
|
# bind -n M-l previous-window
|
||||||
bind l previous-window
|
bind l previous-window
|
||||||
|
|
||||||
bind -n M-j swap-pane -D
|
bind -n M-j swap-pane -t left
|
||||||
|
bind -n M-l swap-pane -D
|
||||||
|
bind -n M-u swap-pane -U
|
||||||
|
bind -n M-y swap-pane -t right
|
||||||
|
|
||||||
|
bind M swap-pane
|
||||||
|
|
||||||
|
unbind -n M-Left
|
||||||
|
unbind -n M-Right
|
||||||
|
unbind -n M-Up
|
||||||
|
unbind -n M-Down
|
||||||
|
|
||||||
run '/usr/share/tmux-plugin-manager/tpm'
|
run '/usr/share/tmux-plugin-manager/tpm'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue