From 3f9078d7d94d7f163d165af327f2676a8217af1e Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Fri, 7 Feb 2025 17:00:45 +0300 Subject: [PATCH] neovim/mappings: remove remnants of `vim.disableArrows` --- modules/neovim/mappings/config.nix | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/modules/neovim/mappings/config.nix b/modules/neovim/mappings/config.nix index 4d7f2417..230df030 100644 --- a/modules/neovim/mappings/config.nix +++ b/modules/neovim/mappings/config.nix @@ -26,34 +26,6 @@ in { config = { vim.keymaps = mkMerge [ - ( - mkIf cfg.disableArrows [ - { - key = ""; - mode = ["n" "i"]; - action = ""; - noremap = false; - } - { - key = ""; - mode = ["n" "i"]; - action = ""; - noremap = false; - } - { - key = ""; - mode = ["n" "i"]; - action = ""; - noremap = false; - } - { - key = ""; - mode = ["n" "i"]; - action = ""; - noremap = false; - } - ] - ) ( pipe cfg.maps [