diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 909c8b3..c137251 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -32,6 +32,10 @@ bind C new-session # split panes using | and - and use the current working directory bind | split-window -h -c "#{pane_current_path}" bind - split-window -v -c "#{pane_current_path}" + +# Create new window with current path +bind c new-window -c "#{pane_current_path}" + unbind '"' unbind %