From 6bab64fcd7817e50780ea489bf25636a21a056b1 Mon Sep 17 00:00:00 2001 From: sloane <1699281+sloanelybutsurely@users.noreply.github.com> Date: Thu, 6 Jun 2024 13:47:15 -0400 Subject: [PATCH] fix split leader commands --- .config/nix-darwin/modules/darwin/nixvim.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/nix-darwin/modules/darwin/nixvim.nix b/.config/nix-darwin/modules/darwin/nixvim.nix index 0768cf9..ec12099 100644 --- a/.config/nix-darwin/modules/darwin/nixvim.nix +++ b/.config/nix-darwin/modules/darwin/nixvim.nix @@ -194,8 +194,8 @@ { key = "w"; action = "w"; } { key = "q"; action = "q"; } - { key = "%"; action = "split"; } - { key = "\""; action = "vsplit"; } + { key = "%"; action = "vsplit"; } + { key = "\""; action = "split"; } { key = ""; action = "nohlsearch"; mode = "n"; } # root level leader commands