From 1f603a983c57f07872dfd1b4f948e1fb8c9eccdb Mon Sep 17 00:00:00 2001 From: Jeff Zhao Date: Thu, 19 Aug 2021 15:32:35 -0400 Subject: update keymap.toml to have quit_to_cwd mapped to Q --- config/keymap.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3