summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Zhao <jeff.no.zhao@gmail.com>2021-08-19 15:32:35 -0400
committerJeff Zhao <jeff.no.zhao@gmail.com>2021-08-19 15:32:35 -0400
commit1f603a983c57f07872dfd1b4f948e1fb8c9eccdb (patch)
tree64d4ecbeee8b1066b30caef09739380d9c5c0bdd
parentc7053df125a6943786f412348d85324e926e5ba5 (diff)
update keymap.toml to have quit_to_cwd mapped to Q
-rw-r--r--config/keymap.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/keymap.toml b/config/keymap.toml
index 624a7c0..84940b5 100644
--- a/config/keymap.toml
+++ b/config/keymap.toml
@@ -18,7 +18,7 @@ keys = [ "ctrl+w" ]
command = "close_tab"
keys = [ "q" ]
[[mapcommand]]
-command = "force_quit"
+command = "quit_to_cwd"
keys = [ "Q" ]
[[mapcommand]]
command = "reload_dirlist"