Updated tmux: new windows use current working directory

This commit is contained in:
jond
2018-09-09 14:55:08 -05:00
parent b85b1f74e4
commit 09053f62bf

View File

@@ -14,6 +14,9 @@ bind - split-window -v
unbind '"' unbind '"'
unbind % unbind %
# new windows opened using current path
bind c new-window -c '#{pane_current_path}'
# stop tmux from renaming the window every time you run a command # stop tmux from renaming the window every time you run a command
set-option -g allow-rename off set-option -g allow-rename off
set-option -g pane-active-border-fg blue set-option -g pane-active-border-fg blue