tmux: open new windows in current path

This commit is contained in:
Jake Bauer 2024-07-31 09:37:25 +02:00
parent da5136853d
commit 12a06b4781
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ bind l select-pane -R
unbind n
unbind w
bind n command-prompt "rename-window '%%'"
bind w new-window
bind w new-window -c "#{pane_current_path}"
bind -n C-S-Left swap-window -t -1\; select-window -t -1
bind -n C-S-Right swap-window -t +1\; select-window -t +1
set -g base-index 1