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