about summary refs log tree commit diff stats
path: root/hm
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2024-02-28 21:54:38 +0100
committerSoispha <soispha@vhack.eu>2024-02-28 21:54:38 +0100
commit41654453aa650d0a4ddd1194c3cf557be9f4ac8e (patch)
treee956ec03a9beb109fc8b656687a950aa0c33b9a5 /hm
parentfix(sys/svcs/nix): Ensure that the nix path actually gets set (diff)
downloadnixos-config-41654453aa650d0a4ddd1194c3cf557be9f4ac8e.zip
fix(hm/conf/lf/keymappings): Use 'k' for sort mappings
'l' is already taken.
Diffstat (limited to 'hm')
-rw-r--r--hm/soispha/conf/lf/keybindings/default.nix13
1 files changed, 6 insertions, 7 deletions
diff --git a/hm/soispha/conf/lf/keybindings/default.nix b/hm/soispha/conf/lf/keybindings/default.nix
index ba84fad2..da2f8220 100644
--- a/hm/soispha/conf/lf/keybindings/default.nix
+++ b/hm/soispha/conf/lf/keybindings/default.nix
@@ -10,16 +10,15 @@ in
     c = null;
     e = null;
     j = null;
-    k = null;
     ";" = null;
 
     # Sorting
-    ln = ":set sortby natural; set info";
-    ls = ":set sortby size; set info size";
-    lt = ":set sortby time; set info time";
-    la = ":set sortby atime; set info atime";
-    lc = ":set sortby ctime; set info ctime";
-    le = ":set sortby ext; set info";
+    kn = ":set sortby natural; set info";
+    ks = ":set sortby size; set info size";
+    kt = ":set sortby time; set info time";
+    ka = ":set sortby atime; set info atime";
+    kc = ":set sortby ctime; set info ctime";
+    ke = ":set sortby ext; set info";
 
     # File Openers
     ee = "\$\$EDITOR \"$f\"";