tmux: Spawn new windows and splits in the current directory

This commit is contained in:
Erwin Boskma 2024-05-07 08:46:46 +02:00
parent 8ddfb16749
commit e1b57f636d
Signed by: erwin
SSH key fingerprint: SHA256:3F6Cm6I3erRqlBwEghZWAQl6eS5WrGTX1Vs/Evec1lQ

View file

@ -69,8 +69,9 @@ in
bind-key C-a send-prefix
bind-key | split-window -h
bind-key - split-window -v
bind-key | split-window -h -c "#{pane_current_path}"
bind-key - split-window -v -c "#{pane_current_path}"
bind-key c new-window -c "#{pane_current_path}"
bind-key h select-pane -L
bind-key n select-pane -D