From 19c703f74ce2c8a54182cfae5ae201efc8067e3c Mon Sep 17 00:00:00 2001 From: Soispha Date: Wed, 28 Feb 2024 21:55:19 +0100 Subject: feat(hm/conf/lf/keymappings): Set up search keymappings --- hm/soispha/conf/lf/keybindings/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'hm/soispha/conf/lf') 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"; -- cgit 1.4.1