From 3e53c0ce4178c230bc1311f27f8e1ffa50f9f79a Mon Sep 17 00:00:00 2001 From: Michelle Tilley Date: Fri, 16 Jan 2026 11:30:27 -0800 Subject: Fix keybind I broke during docs PR migration --- docs/docs/configuration/key-binding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/configuration/key-binding.md b/docs/docs/configuration/key-binding.md index d4119408..fe9a9b28 100644 --- a/docs/docs/configuration/key-binding.md +++ b/docs/docs/configuration/key-binding.md @@ -222,7 +222,7 @@ Open the inspector with ctrl + o | -------- | --------------------------------------------- | | 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 + 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