diff --git a/usage/configuration/keymap.md b/usage/configuration/keymap.md index cfa52bc6..14f1a864 100644 --- a/usage/configuration/keymap.md +++ b/usage/configuration/keymap.md @@ -154,7 +154,7 @@ If you haven't created and used your own configuration file yet, please see: [Co - arrow: - `-1`: Move the cursor up 1 line. - `1`: Move the cursor down 1 line. -- inspect: Inspect the task. +- inspect: Inspect the task (press `q` to exit the inspect view). - cancel: Cancel the task. - help: Open the help menu. diff --git a/usage/configuration/yazi.md b/usage/configuration/yazi.md index 0ff315bc..5feaf968 100644 --- a/usage/configuration/yazi.md +++ b/usage/configuration/yazi.md @@ -71,12 +71,12 @@ text = [ Available parameters are as follows: -- exec (str): The command to open the selected files, with the following variables available: +- exec: The command to open the selected files, with the following variables available: - `$n`: The N-th selected file, starting from 1 - `$@`: All selected files - `foo`: Literal string to be passed -- block (bool): Open in a blocking manner. After setting this, Yazi will hide into a secondary screen and display the program on the main screen until it exits. During this time, it can receive I/O signals, which is useful for interactive programs. -- orphan (bool): Keep the process running even if Yazi has exited. +- block (Boolean): Open in a blocking manner. After setting this, Yazi will hide into a secondary screen and display the program on the main screen until it exits. During this time, it can receive I/O signals, which is useful for interactive programs. +- orphan (Boolean): Keep the process running even if Yazi has exited. ## open @@ -98,9 +98,9 @@ rules = [ Available rule parameters are as follows: -- name (str): Glob expression for matching the file name. Case insensitive by default, add `\s` to the beginning to make it sensitive. -- mime (str): Glob expression for matching the MIME type. Case insensitive by default, add `\s` to the beginning to make it sensitive. -- use (str): Opener name corresponding to the names in the opener section. +- name (String): Glob expression for matching the file name. Case insensitive by default, add `\s` to the beginning to make it sensitive. +- mime (String): Glob expression for matching the MIME type. Case insensitive by default, add `\s` to the beginning to make it sensitive. +- use (String): Opener name corresponding to the names in the opener section. ## tasks