summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2019-03-02 17:39:22 -0500
committerJiayi Zhao <jeff.no.zhao@gmail.com>2019-03-02 17:39:22 -0500
commit68e20a4c0b4696b605efea06dc3fabd8f7740349 (patch)
tree22520ea2710a628cc22fc5b622049702a50101b6
parent094015e44075da9e56e90a5dce2be2d99e5b546d (diff)
update keymap.toml to contain search_next and search_prev
-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" ]