diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 402475d..102ec24 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -19,7 +19,7 @@ set -g mouse on set-option -gw xterm-keys on bind-key -n C-t new-window -bind-key -n C-y new-window -c "#{pane_current_path}" +bind-key -n C-n new-window -c "#{pane_current_path}" bind '"' split-window -v -c "#{pane_current_path}" bind % split-window -h -c "#{pane_current_path}"