summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJeff Zhao <jeff.no.zhao@gmail.com>2022-04-22 16:53:04 -0400
committerJeff Zhao <jeff.no.zhao@gmail.com>2022-04-22 16:53:04 -0400
commit9cc4f10fdb3e31723289892be5929ccd0a1c48d7 (patch)
tree29fed413a9236b546b477a521e21eb6c9d2bf3f4 /config
parent763815418ac3acd56aa7e936c48861ae6e73ca40 (diff)
combine --output-dir and --choosefiles into a single argument
--output-file is used for all output by joshuto and can be specified what to output by: `quit --output-current-directory` `quit --output-selected-files`
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 1361086..21d3a4b 100644
--- a/config/keymap.toml
+++ b/config/keymap.toml
@@ -4,7 +4,7 @@ mapcommand = [
{ keys = [ "W" ], command = "close_tab" },
{ keys = [ "ctrl+w" ], command = "close_tab" },
{ keys = [ "q" ], command = "close_tab" },
- { keys = [ "Q" ], command = "quit_to_cwd" },
+ { keys = [ "Q" ], command = "quit --output-current-directory" },
{ keys = [ "R" ], command = "reload_dirlist" },
{ keys = [ "z", "h" ], command = "toggle_hidden" },