about summary refs log tree commit diff stats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hm/soispha/conf/lf/keybindings/default.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/hm/soispha/conf/lf/keybindings/default.nix b/hm/soispha/conf/lf/keybindings/default.nix
index da2f8220..b884551d 100644
--- a/hm/soispha/conf/lf/keybindings/default.nix
+++ b/hm/soispha/conf/lf/keybindings/default.nix
@@ -20,6 +20,10 @@ in
     kc = ":set sortby ctime; set info ctime";
     ke = ":set sortby ext; set info";
 
+    # Searching
+    l = "search-next";
+    L = "search-prev";
+
     # File Openers
     ee = "\$\$EDITOR \"$f\"";
     es = "\$ nvim -S \"$f\"";
@@ -72,7 +76,6 @@ in
     bg = "set_wall_paper";
     r = ":rename; cmd-end";
     H = "go_project_base_directory";
-    L = "bottom";
     R = "reload";
     C = "clear";
     U = "unselect";