diff options
author | Soispha <soispha@vhack.eu> | 2024-02-28 21:55:19 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2024-02-28 21:55:19 +0100 |
commit | 19c703f74ce2c8a54182cfae5ae201efc8067e3c (patch) | |
tree | de1db0d63d0f2023999459e787460df7d9eb7b99 | |
parent | fix(hm/conf/lf/keymappings): Use 'k' for sort mappings (diff) | |
download | nixos-config-19c703f74ce2c8a54182cfae5ae201efc8067e3c.tar.gz nixos-config-19c703f74ce2c8a54182cfae5ae201efc8067e3c.zip |
feat(hm/conf/lf/keymappings): Set up search keymappings
Diffstat (limited to '')
-rw-r--r-- | hm/soispha/conf/lf/keybindings/default.nix | 5 |
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"; |