diff options
| -rw-r--r-- | docs/docs/configuration/key-binding.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/docs/configuration/key-binding.md b/docs/docs/configuration/key-binding.md index f825b83c..d4119408 100644 --- a/docs/docs/configuration/key-binding.md +++ b/docs/docs/configuration/key-binding.md @@ -197,7 +197,7 @@ $env.config = ( | ctrl + u | Clear the current line | | ctrl + n / ctrl + j / ↑ | Select the next item on the list | | ctrl + p / ctrl + k / ↓ | Select the previous item on the list | -| ctrl + o | Open the inspector | +| ctrl + o | Open the [inspector](#inspector) | | page down | Scroll search results one page down | | page up | Scroll search results one page up | | ↓ (with no entry selected) | Return original or return query depending on [settings](config.md#exit_mode) | @@ -216,13 +216,13 @@ If [vim is enabled in the config](config.md#keymap_mode), the following keybindi ### Inspector -Open the inspector with ctrl-o +Open the inspector with ctrl + o | Shortcut | Action | | -------- | --------------------------------------------- | | Esc | Close the inspector, returning to the shell | -| ctrl+o | Close the inspector, returning to search view | -| ctrl+d | Delete the inspected item from the history | +| ctrl + o | Close the inspector, returning to search view | +| ctrl = d | Delete the inspected item from the history | | ↑ | Inspect the previous item in the history | | ↓ | Inspect the next item in the history | | tab | Select current item and edit | |
