summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorsushi-shi <47691267+sushi-shi@users.noreply.github.com>2022-02-23 20:39:46 +0300
committerGitHub <noreply@github.com>2022-02-23 12:39:46 -0500
commitfe3308c75da696b37c970c12ef9cefe942fa8377 (patch)
treeb4baefda219918cd9603b7dc3e1d2ab222eb28c1 /config
parent1a78bb897a191ce5e816bf690be52ec03222369f (diff)
Add incremental search (#140)
Diffstat (limited to 'config')
-rw-r--r--config/keymap.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/keymap.toml b/config/keymap.toml
index 38132ff..bc45bf4 100644
--- a/config/keymap.toml
+++ b/config/keymap.toml
@@ -74,6 +74,7 @@ mapcommand = [
{ keys = [ "c", "w" ], command = ":rename " },
{ keys = [ "/" ], command = ":search " },
+ { keys = [ "|" ], command = ":search_inc " },
{ keys = [ "\\" ], command = ":search_glob " },
{ keys = [ "S" ], command = "search_fzf" },
{ keys = [ "C" ], command = "subdir_fzf" },