From 6e48cdf31985c19a83fcc9efa46c245aa8ea4c38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20Dom=C3=ADnguez=20Ochoa?= Date: Wed, 30 Apr 2025 17:53:21 +0200 Subject: [PATCH] fix new pane shortcut --- tmux/.tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 402475d..102ec24 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -19,7 +19,7 @@ set -g mouse on set-option -gw xterm-keys on bind-key -n C-t new-window -bind-key -n C-y new-window -c "#{pane_current_path}" +bind-key -n C-n new-window -c "#{pane_current_path}" bind '"' split-window -v -c "#{pane_current_path}" bind % split-window -h -c "#{pane_current_path}"