From 86428c0a28401730f4e916b53bc8e9a636f5f999 Mon Sep 17 00:00:00 2001 From: Nathan Date: Tue, 18 Mar 2025 12:09:33 -0500 Subject: [PATCH] still mapping issues --- config/keymaps.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/keymaps.nix b/config/keymaps.nix index 00ded7a..3f5795d 100644 --- a/config/keymaps.nix +++ b/config/keymaps.nix @@ -26,13 +26,13 @@ { mode = "n"; - key = ""; + key = "."; action = "BufferNext"; } { mode = "n"; - key = ""; + key = ","; action = "BufferPrevious"; }