From 09053f62bfb5908d076cef6907875ce064a0ed2e Mon Sep 17 00:00:00 2001 From: jond Date: Sun, 9 Sep 2018 14:55:08 -0500 Subject: [PATCH] Updated tmux: new windows use current working directory --- tmux/.tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 17b4907..5dc13e6 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -14,6 +14,9 @@ bind - split-window -v 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 set-option -g allow-rename off set-option -g pane-active-border-fg blue