Changed opening of tmux windows and panes to open previous directory

This commit is contained in:
Tim Schubert 2021-12-28 23:32:07 +01:00
parent 0a8480b555
commit 4ddab0af86
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -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}"
'';
};
};