From 055fbaa97884ae68a5c6cf21b630b270b011515c Mon Sep 17 00:00:00 2001 From: Soispha Date: Wed, 28 Feb 2024 21:59:00 +0100 Subject: fix(hm/conf/lf/keymappings): Unmap the later bound keys --- hm/soispha/conf/lf/keybindings/default.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'hm/soispha') diff --git a/hm/soispha/conf/lf/keybindings/default.nix b/hm/soispha/conf/lf/keybindings/default.nix index b884551d..ceec16e0 100644 --- a/hm/soispha/conf/lf/keybindings/default.nix +++ b/hm/soispha/conf/lf/keybindings/default.nix @@ -3,14 +3,15 @@ in { # Remove some defaults - m = null; - "\"'\"" = null; "'\"'" = null; - d = null; + ";" = null; + "\"'\"" = null; c = null; + d = null; e = null; j = null; - ";" = null; + k = null; + m = null; # Sorting kn = ":set sortby natural; set info"; -- cgit 1.4.1