New window in tmux opens in current pane

This commit is contained in:
Alex Selimov 2025-09-05 08:02:45 -04:00
parent 5d1a07c711
commit 3eada75203
No known key found for this signature in database
GPG key ID: BC03C17FF5CFFFD2

View file

@ -18,6 +18,9 @@ bind - split-window -v -c "#{pane_current_path}"
unbind '"'
unbind %
# New windows open in current directory
bind c new-window -c "#{pane_current_path}"
# reload config file (change file location to your the tmux.conf you want to use)
bind r source-file ~/.tmux.conf