summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJeff Zhao <jeff.no.zhao@gmail.com>2021-10-15 18:29:37 -0400
committerJeff Zhao <jeff.no.zhao@gmail.com>2021-10-15 18:29:37 -0400
commit43ed77376645df78d0e1c1e6f5335aa3abeb8a68 (patch)
tree868f1751bd1347c93d8e820a5afa4d231042daae /config
parent1ead7cd5ecd891598d9b61c0e9e01a2c1c0f27af (diff)
add fzf subdir jumping
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 70eeeb5..38132ff 100644
--- a/config/keymap.toml
+++ b/config/keymap.toml
@@ -76,6 +76,7 @@ mapcommand = [
{ keys = [ "/" ], command = ":search " },
{ keys = [ "\\" ], command = ":search_glob " },
{ keys = [ "S" ], command = "search_fzf" },
+ { keys = [ "C" ], command = "subdir_fzf" },
{ keys = [ "n" ], command = "search_next" },
{ keys = [ "N" ], command = "search_prev" },