feat(tmux): mappings

This commit is contained in:
thek4n 2024-05-15 10:15:43 +03:00
parent b98b9ad2c1
commit 9cabce08ad

View File

@ -111,16 +111,16 @@ bind -n M-0 if-shell 'tmux select-window -t 10' '' 'new-window -t 10 -n 10 -c "#
# Moving pane to window by Alt+Shift+Number # Moving pane to window by Alt+Shift+Number
bind -n 'M-!' join-pane -d -t :1 bind -n 'M-!' join-pane -d -h -t :1
bind -n 'M-@' join-pane -d -t :2 bind -n 'M-@' join-pane -d -h -t :2
bind -n 'M-#' join-pane -d -t :3 bind -n 'M-#' join-pane -d -h -t :3
bind -n 'M-$' join-pane -d -t :4 bind -n 'M-$' join-pane -d -h -t :4
bind -n 'M-%' join-pane -d -t :5 bind -n 'M-%' join-pane -d -h -t :5
bind -n 'M-^' join-pane -d -t :6 bind -n 'M-^' join-pane -d -h -t :6
bind -n 'M-&' join-pane -d -t :7 bind -n 'M-&' join-pane -d -h -t :7
bind -n 'M-*' join-pane -d -t :8 bind -n 'M-*' join-pane -d -h -t :8
bind -n 'M-(' join-pane -d -t :9 bind -n 'M-(' join-pane -d -h -t :9
bind -n 'M-)' join-pane -d -t :10 bind -n 'M-)' join-pane -d -h -t :10
# Swapping windows # Swapping windows