From cb0021e3a8bd6433fa9b7c0b0b1321937ac558cd Mon Sep 17 00:00:00 2001 From: sxyazi Date: Thu, 12 Sep 2024 19:14:24 +0800 Subject: [PATCH] docs: update the description of `--no-cwd-file` option --- docs/configuration/keymap.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/configuration/keymap.md b/docs/configuration/keymap.md index 0b485e3d..3a6b46d1 100644 --- a/docs/configuration/keymap.md +++ b/docs/configuration/keymap.md @@ -96,9 +96,9 @@ Automatically determine the operation by default, and it will only execute the s Exit the process. -| Argument/Option | Description | -| --------------- | ---------------------------------------------------- | -| `--no-cwd-file` | Don't write the current directory to the `cwd-file`. | +| Argument/Option | Description | +| --------------- | ------------------------------------------------------------------------------ | +| `--no-cwd-file` | Don't output the current directory to the file specified by `yazi --cwd-file`. | ### `close` {#manager.close}