It's shift not control

This commit is contained in:
2025-05-02 13:52:50 -07:00
parent 73072d4f69
commit 9729035c2c

View File

@ -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.