summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJeff Zhao <jeff.no.zhao@gmail.com>2023-03-01 14:05:36 -0500
committerGitHub <noreply@github.com>2023-03-01 14:05:36 -0500
commitba59edf197d3a3cedf10780e117118c8920248c6 (patch)
tree4ee054a785e751a3d074decd043b6a3fff79b985 /docs
parent826d6585da8745f648cbcbdc1b0c51fe5b98c867 (diff)
Update keymap.toml.md
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration/keymap.toml.md12
1 files changed, 8 insertions, 4 deletions
diff --git a/docs/configuration/keymap.toml.md b/docs/configuration/keymap.toml.md
index c4f7fd4..940b08b 100644
--- a/docs/configuration/keymap.toml.md
+++ b/docs/configuration/keymap.toml.md
@@ -72,10 +72,14 @@ f12
### `quit`: quit joshuto
- **will not quit** if there are pending IO work (paste jobs)
-- `quit`: (exit code 0)
-- `quit --force`: does ***NOT*** wait for pending IO work (exit code 100)
-- `quit --output-current-directory`: if `--output-file` argument is set, output the current directory to it (exit code 101)
-- `quit --output-selected-files`: if `--output-file` argument is set, output the selected files to it (exit code 102)
+- `quit`
+ - exit code 0
+- `quit --force`: does ***NOT*** wait for pending IO work
+ - exit code 100
+- `quit --output-current-directory`: if `--output-file` argument is set, output the current directory to it
+ - exit code 101
+- `quit --output-selected-files`: if `--output-file` argument is set, output the selected files to it
+ - exit code 102
The following is a bash snippet on how to integrate with `quit`
```bash