aboutsummaryrefslogtreecommitdiff
path: root/base/tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'base/tmux.conf')
-rw-r--r--base/tmux.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/base/tmux.conf b/base/tmux.conf
index 3aa853a..17868df 100644
--- a/base/tmux.conf
+++ b/base/tmux.conf
@@ -76,7 +76,8 @@ bind -r C-h resizep -L
bind -r C-j resizep -D
bind -r C-k resizep -U
bind -r C-l resizep -R
-# TODO Create new window instead of cycling?
+
+bind n if "test #I = #{session_windows}" "neww" "next"
unbind %
unbind "'"