ref(tmux): mappings

This commit is contained in:
thek4n 2024-05-16 13:36:25 +03:00
parent 986303d858
commit 3eb7922926

View File

@ -97,11 +97,8 @@ bind i display-message \; display-panes
# Windows navigation # Windows navigation
bind -n M-p previous-window
bind -n M-n next-window
bind -n M-Tab last-window 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-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-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}"' bind -n M-3 if-shell 'tmux select-window -t 3' '' 'new-window -t 3 -n 3 -c "#{pane_current_path}"'