summaryrefslogtreecommitdiffstats
path: root/config/keymap.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config/keymap.toml')
-rw-r--r--config/keymap.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/config/keymap.toml b/config/keymap.toml
index 2d204dc..72567e3 100644
--- a/config/keymap.toml
+++ b/config/keymap.toml
@@ -163,6 +163,14 @@ args = [ "~/Downloads" ]
keys = [ "/" ]
command = "search"
+[[mapcommand]]
+keys = [ "n" ]
+command = "search_next"
+
+[[mapcommand]]
+keys = [ "p" ]
+command = "search_prev"
+
[[mapcommand]]
keys = [ "T" ]