Changed opening of tmux windows and panes to open previous directory
This commit is contained in:
parent
0a8480b555
commit
4ddab0af86
1 changed files with 3 additions and 0 deletions
|
@ -20,6 +20,9 @@ in
|
|||
set-option -g status-interval 5
|
||||
set-option -g automatic-rename on
|
||||
set-option -g automatic-rename-format '#{b:pane_current_path}'
|
||||
bind '"' split-window -c "#{pane_current_path}"
|
||||
bind % split-window -h -c "#{pane_current_path}"
|
||||
bind c new-window -c "#{pane_current_path}"
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue