diff --git a/.config/nix-darwin/modules/darwin/nixvim.nix b/.config/nix-darwin/modules/darwin/nixvim.nix index fa9efaf..e83ab91 100644 --- a/.config/nix-darwin/modules/darwin/nixvim.nix +++ b/.config/nix-darwin/modules/darwin/nixvim.nix @@ -185,8 +185,8 @@ { key = "w"; action = "w"; } { key = "q"; action = "q"; } - { key = "s"; action = "split"; } - { key = "v"; action = "vsplit"; } + { key = "%"; action = "split"; } + { key = "\""; action = "vsplit"; } { key = ""; action = "nohlsearch"; mode = "n"; } # root level leader commands