« get me outta code hell

dotfiles - Miscellaneous configuration files of my personal use
about summary refs log tree commit diff
path: root/.tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf1
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