diff options
-rw-r--r-- | .tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -39,6 +39,7 @@ set-window-option -g mode-keys vi bind v split-window -h -c '#{pane_current_path}' bind s split-window -v -c '#{pane_current_path}' +bind c new-window -c "#{pane_current_path}" unbind '"' unbind % |