From 889739e4430ba4b89b8070f70ba502f48629e036 Mon Sep 17 00:00:00 2001 From: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Date: Wed, 8 May 2024 10:07:36 +0200 Subject: [PATCH] Tmux: Fix split-window key rebinds --- home/features/coding/tmux.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/features/coding/tmux.nix b/home/features/coding/tmux.nix index 2ae93a0..7e4c856 100644 --- a/home/features/coding/tmux.nix +++ b/home/features/coding/tmux.nix @@ -9,7 +9,7 @@ shortcut = "Space"; extraConfig = '' bind % split-window -h -c "#{pane_current_path}" - bind \'%\' split-window -v -c "#{pane_current_path}" + bind '"' split-window -v -c "#{pane_current_path}" ''; plugins = with pkgs; [ tmuxPlugins.vim-tmux-navigator