diff options
| author | Michelle Tilley <michelle@michelletilley.net> | 2026-01-16 11:21:23 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-16 11:21:23 -0800 |
| commit | 73bdcc0de0e99575c7b8220dc151d9dd0f3078da (patch) | |
| tree | 240f0dce2cbeb6d9cfbca5a2e6592eb02ee5cb7e /docs | |
| parent | Add FAQ entry on how to import unsynced atuin history (#3075) (diff) | |
| download | atuin-73bdcc0de0e99575c7b8220dc151d9dd0f3078da.zip | |
Small formatting fix (#3072)
**Migrated from atuinsh/docs PR:**
https://github.com/atuinsh/docs/pull/91
**Original author:** @sokai
---
for better readability/consistency
Co-authored-by: sokai <sokai@users.noreply.github.com>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Diffstat (limited to 'docs')
| -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 | |
