tmux mappings

This commit is contained in:
thek4n 2024-06-17 08:48:03 +03:00
parent 5a241e3bfa
commit f5a32c3670

View File

@ -98,8 +98,6 @@ bind i detect-panes
# Windows navigation
bind -n M-Tab last-window
bind -n M-1 if-shell 'tmux select-window -t 1' '' 'new-window -t 1 -n 1 -c "#{pane_current_path}"'
bind -n M-2 if-shell 'tmux select-window -t 2' '' 'new-window -t 2 -n 2 -c "#{pane_current_path}"'
bind -n M-3 if-shell 'tmux select-window -t 3' '' 'new-window -t 3 -n 3 -c "#{pane_current_path}"'
@ -146,7 +144,7 @@ bind -n M-q stash-pane
bind -n M-r default-layout
# Swap left pane
bind -n M-s swap-pane -t '{left-of}'
bind -n M-Tab swap-pane -t '{left-of}'
# Copy mode