From 9729035c2cf1da6099ec5df1df616d32fe0cc151 Mon Sep 17 00:00:00 2001 From: Zakarya Date: Fri, 2 May 2025 13:52:50 -0700 Subject: [PATCH] It's shift not control --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb85127..2c77065 100644 --- a/README.md +++ b/README.md @@ -27,4 +27,4 @@ It also has formatting, autocomplete, and the Gruvbox theme. To activate the formatter, do `:Fmt` To open the file explorer window, do `:Exp` To enter the selected autocomplete selection, press `Tab` -To see information on the word at the cursor, press `Ctrl-K`. You can also hover over it with your cursor. +To see information on the word at the cursor, press `Shift-K`. You can also hover over it with your cursor.