From 4ec530e8b5a1358ce875cf95ccbdddd7926fca4d Mon Sep 17 00:00:00 2001 From: Bryan Date: Mon, 19 Jan 2026 19:33:19 +0800 Subject: [PATCH] tmux: update key binding --- modules/programs/tmux.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/programs/tmux.nix b/modules/programs/tmux.nix index d70dab1..4e09fcb 100644 --- a/modules/programs/tmux.nix +++ b/modules/programs/tmux.nix @@ -127,8 +127,8 @@ in set -s escape-time 0 bind c new-window -c '#{pane_current_path}' - bind % split-window -v -c '#{pane_current_path}' - bind '"' split-window -h -c '#{pane_current_path}' + bind % split-window -h -c '#{pane_current_path}' + bind '"' split-window -v -c '#{pane_current_path}' # TODO: make these interactive bind C new-session