From ee4a504bb02728985158de20d187aced858edaf3 Mon Sep 17 00:00:00 2001 From: sloane <1699281+sloanelybutsurely@users.noreply.github.com> Date: Tue, 30 Apr 2024 08:44:02 -0400 Subject: [PATCH] change split and vsplit bindings --- .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 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