From 9cabce08ad9b41d42be2e4858697bd45750dd4b7 Mon Sep 17 00:00:00 2001 From: thek4n Date: Wed, 15 May 2024 10:15:43 +0300 Subject: [PATCH] feat(tmux): mappings --- home/user/.config/tmux/mappings.conf | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/home/user/.config/tmux/mappings.conf b/home/user/.config/tmux/mappings.conf index 8613d1e..4b75bae 100644 --- a/home/user/.config/tmux/mappings.conf +++ b/home/user/.config/tmux/mappings.conf @@ -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 -bind -n 'M-!' join-pane -d -t :1 -bind -n 'M-@' join-pane -d -t :2 -bind -n 'M-#' join-pane -d -t :3 -bind -n 'M-$' join-pane -d -t :4 -bind -n 'M-%' join-pane -d -t :5 -bind -n 'M-^' join-pane -d -t :6 -bind -n 'M-&' join-pane -d -t :7 -bind -n 'M-*' join-pane -d -t :8 -bind -n 'M-(' join-pane -d -t :9 -bind -n 'M-)' join-pane -d -t :10 +bind -n 'M-!' join-pane -d -h -t :1 +bind -n 'M-@' join-pane -d -h -t :2 +bind -n 'M-#' join-pane -d -h -t :3 +bind -n 'M-$' join-pane -d -h -t :4 +bind -n 'M-%' join-pane -d -h -t :5 +bind -n 'M-^' join-pane -d -h -t :6 +bind -n 'M-&' join-pane -d -h -t :7 +bind -n 'M-*' join-pane -d -h -t :8 +bind -n 'M-(' join-pane -d -h -t :9 +bind -n 'M-)' join-pane -d -h -t :10 # Swapping windows