From 20bb7b80d9decc521d6a0e3948d0d21cbf8c2553 Mon Sep 17 00:00:00 2001 From: Alexis Hovorka Date: Sun, 4 Jul 2021 15:10:11 -0600 Subject: [feat] Create new tmux window on ^A-n instead of looping --- base/tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 "'" -- cgit v1.2.3-54-g00ecf