diff --git a/home/.tmux.conf b/home/.tmux.conf index aac6b8b..ac74259 100644 --- a/home/.tmux.conf +++ b/home/.tmux.conf @@ -18,6 +18,9 @@ bind - split-window -v -c "#{pane_current_path}" unbind '"' unbind % +# New windows open in current directory +bind c new-window -c "#{pane_current_path}" + # reload config file (change file location to your the tmux.conf you want to use) bind r source-file ~/.tmux.conf