Updated tmux: new windows use current working directory
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user