From b53c3b2e143ce5949980f9bf725973b3d4478c1a Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Mon, 3 Apr 2023 22:28:39 +0530 Subject: [PATCH] refactor --- home/nixvim.nix | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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";