From 20c1231a8c103683da23877d805c200ffcb6b48f Mon Sep 17 00:00:00 2001 From: Jay Z Date: Sun, 16 Aug 2026 12:11:22 -0400 Subject: [PATCH] doc: correct control for keybindings --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9ab09f2..3e15e74 100644 --- a/README.md +++ b/README.md @@ -109,9 +109,9 @@ You can customize the keybindings for inshellisense by adding a `bindings` secti ```toml [bindings.acceptSuggestion] key = "tab" -# shift and ctrl are optional and default to false +# shift and control are optional and default to false shift = false -ctrl = false +control = false [bindings.nextSuggestion] key = "down"