diff --git a/terminal/tmux/tmux.conf b/terminal/tmux/tmux.conf index 347652b..eb8d675 100644 --- a/terminal/tmux/tmux.conf +++ b/terminal/tmux/tmux.conf @@ -21,6 +21,7 @@ setw -g mode-keys vi set -sg escape-time 10 # open split in current directory +bind c new-window -c "#{pane_current_path}" bind % split-window -h -c "#{pane_current_path}" bind '"' split-window -v -c "#{pane_current_path}"