diff --git a/home/nixvim.nix b/home/nixvim.nix index 2d26581..49b4337 100644 --- a/home/nixvim.nix +++ b/home/nixvim.nix @@ -34,12 +34,8 @@ }; maps = { normal = { - "" = { - action = ":bp"; - }; - "" = { - action = ":bn"; - }; + "" = ":bp"; + "" = ":bn"; "" = { silent = true; action = ":noh";