diff options
Diffstat (limited to '.tmux.conf')
-rw-r--r-- | .tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.tmux.conf b/.tmux.conf index 703e3b3..14f7fcb 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -8,5 +8,6 @@ set-window-option -g window-status-current-style fg=colour251,bright bind '"' split-window -c "#{pane_current_path}" bind % split-window -h -c "#{pane_current_path}" +bind c new-window -c "#{pane_current_path}" bind -n C-S-Left swap-window -t -1 bind -n C-S-Right swap-window -t +1 |