From 9c4bae17358f7cbea4174f8bdade5720e3675c1a Mon Sep 17 00:00:00 2001 From: Ken Matsui <26405363+ken-matsui@users.noreply.github.com> Date: Mon, 6 Jan 2025 18:10:14 -0500 Subject: [PATCH] tmux: prefix + N --- .config/tmux/tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 8dd1cc0b..47a69a80 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -59,6 +59,8 @@ unbind -T prefix v unbind -T prefix n bind n new-window -a -c "#{pane_current_path}" +unbind -T prefix N +bind N new-window -c "#{pane_current_path}" unbind -T prefix ! bind ! break-pane -a