diff --git a/docs/configuration/keymap.md b/docs/configuration/keymap.md
index 631b0154..b37523e8 100644
--- a/docs/configuration/keymap.md
+++ b/docs/configuration/keymap.md
@@ -140,7 +140,9 @@ Scroll the contents in the preview panel.
| --------------- | ---------------------------------------------------------------- |
| `[n]` | Use negative values to seek up and positive values to seek down. |
-Note that the default scroll keys are Alt + j and Alt + k, make sure your terminal supports Alt key combinations, or you can change them in your `keymap.toml`.
+### `spot` {#manager.spot}
+
+Display file information with the preset or user-customized spotter.
### `cd` {#manager.cd}
diff --git a/docs/configuration/yazi.md b/docs/configuration/yazi.md
index e593867e..157ae69c 100644
--- a/docs/configuration/yazi.md
+++ b/docs/configuration/yazi.md
@@ -293,7 +293,7 @@ Available rule options are as follows:
With that:
-- If you're using the default mime-type preloader, it retrieves the mime-type of a file through `file -bL --mime-type /path/to/file` command.
+- You can [`spot`](/docs/configuration/keymap#manager.spot) on a file to check it's mime-type with the default Tab key.
- If `use` is an array containing multiple openers, all commands in these openers will be merged. [`open`](/docs/configuration/keymap#manager.open) will run the first of these commands; [`open --interactive`](/docs/configuration/keymap#manager.open) will list all of these commands in the "open with" menu.
## [tasks] {#tasks}
diff --git a/docs/quick-start.md b/docs/quick-start.md
index 303acf9e..13861bb4 100644
--- a/docs/quick-start.md
+++ b/docs/quick-start.md
@@ -126,12 +126,14 @@ or Vim-like keys such as h, j, k, l:
Further navigation commands can be found in the table below.
-| Key binding | Action |
-| --------------------------- | -------------------------------- |
-| K | Seek up 5 units in the preview |
-| J | Seek down 5 units in the preview |
-| g ⇒ g | Move cursor to the top |
-| G | Move cursor to the bottom |
+| Key binding | Action |
+| --------------------------- | ---------------------------------------------- |
+| K | Seek up 5 units in the preview |
+| J | Seek down 5 units in the preview |
+| g ⇒ g | Move cursor to the top |
+| G | Move cursor to the bottom |
+| z | Jump to a directory using zoxide |
+| Z | Jump to a directory or reveal a file using fzf |
### Selection
@@ -156,6 +158,7 @@ To interact with selected files/directories use any of the commands below.
| O | Open selected files interactively |
| Enter | Open selected files |
| Shift + Enter | Open selected files interactively (some terminals don't support it yet) |
+| Tab | Show the file information |
| y | Yank selected files (copy) |
| x | Yank selected files (cut) |
| p | Paste yanked files |
@@ -165,14 +168,17 @@ To interact with selected files/directories use any of the commands below.
| D | Permanently delete selected files |
| a | Create a file (ends with / for directories) |
| r | Rename selected file(s) |
-| ; | Run a shell command |
-| : | Run a shell command (block until finishes) |
| . | Toggle the visibility of hidden files |
-| - | Symlink the absolute path of yanked files |
-| \_ | Symlink the relative path of yanked files |
-| Ctrl + - | Hardlink yanked files |
-| z | Jump to a directory using zoxide |
-| Z | Jump to a directory or reveal a file using fzf |
+
+Further file operation commands can be found in the table below.
+
+| Key binding | Action |
+| ------------------------------ | ------------------------------------------ |
+| ; | Run a shell command |
+| : | Run a shell command (block until finishes) |
+| - | Symlink the absolute path of yanked files |
+| \_ | Symlink the relative path of yanked files |
+| Ctrl + - | Hardlink yanked files |
### Copy paths