diff --git a/src/content/docs/configuration/key-binding.mdx b/src/content/docs/configuration/key-binding.mdx index 3c6facf..9277104 100644 --- a/src/content/docs/configuration/key-binding.mdx +++ b/src/content/docs/configuration/key-binding.mdx @@ -178,6 +178,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 | | 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](/configuration/config/#exit_mode) | @@ -193,3 +194,10 @@ If [vim is enabled in the config](https://docs.atuin.sh/configuration/config/#vi | j | Normal | Selects the previous item on the list | | i | Normal | Enters insert mode | | Esc | Insert | Enters normal mode | + + +### Inspector +| 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 |