summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJeff Zhao <jeff.no.zhao@gmail.com>2021-09-25 12:59:08 -0400
committerJeff Zhao <jeff.no.zhao@gmail.com>2021-09-25 12:59:08 -0400
commitcbfdb2c715f47944e10b4a74e8fc74c1b51977de (patch)
treed56751a4888ff2162f2dbebbe5e5938c51f33ca4 /config
parent281da8fcc27563530289046838bb50d340fa33ce (diff)
show_workers can close with custom key via --exit-key option
Diffstat (limited to 'config')
-rw-r--r--config/keymap.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/keymap.toml b/config/keymap.toml
index 5e351c5..606d0c1 100644
--- a/config/keymap.toml
+++ b/config/keymap.toml
@@ -56,7 +56,7 @@ mapcommand = [
{ keys = [ " " ], command = "select --toggle=true" },
{ keys = [ "t" ], command = "select --all=true --toggle=true" },
- { keys = [ "w" ], command = "show_workers --exit=w" },
+ { keys = [ "w" ], command = "show_workers --exit-key=w" },
{ keys = [ "b", "b" ], command = "bulk_rename" },
{ keys = [ "=" ], command = "set_mode" },