From 73bdcc0de0e99575c7b8220dc151d9dd0f3078da Mon Sep 17 00:00:00 2001 From: Michelle Tilley Date: Fri, 16 Jan 2026 11:21:23 -0800 Subject: 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 Co-authored-by: Claude Opus 4.5 --- docs/docs/configuration/key-binding.md | 8 ++++---- 1 file 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 | -- cgit v1.3.1