New window in tmux opens in current pane
This commit is contained in:
parent
5d1a07c711
commit
3eada75203
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue