summaryrefslogtreecommitdiffstats
path: root/config.yaml
diff options
context:
space:
mode:
authorKyohei Uto <im@kyoheiu.dev>2023-07-13 06:04:27 +0900
committerKyohei Uto <im@kyoheiu.dev>2023-07-13 06:04:27 +0900
commit595807a1728e6a887d3b404cd00c05d7e8a5478e (patch)
tree3ec1fd8c5a4856d5972bb7f37a4d7d2a4a26faf9 /config.yaml
parentc78e23a15fd9ee3a1a052a26625d4d705e117866 (diff)
Add explanation for match_vim_exit_behavior
Diffstat (limited to 'config.yaml')
-rw-r--r--config.yaml6
1 files changed, 4 insertions, 2 deletions
diff --git a/config.yaml b/config.yaml
index a26bcee..36c281c 100644
--- a/config.yaml
+++ b/config.yaml
@@ -4,8 +4,10 @@
# default: nvim
# (Optional)
-# Whether to match the behavior of vim exit keybindings
-# i.e. `ZQ` exits without cd to LWD (Last Working Directory) while `ZZ` cd to LWD
+# Whether to match the behavior of Vim's exit keybindings.
+# false -> `ZZ` exits without `cd` to LWD(Last Working Directory) While `ZQ` to LWD
+# true -> vice versa
+# If not set, will default to false.
# match_vim_exit_behavior: false
# (Optional)