From 6d1e19847bb89aff8a6a5ba7cba560fe7b5856c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Cuadrado=20Juan?= <2196685+viccuad@users.noreply.github.com> Date: Mon, 16 Oct 2023 12:14:10 +0200 Subject: [PATCH] chore: Change `shift + k` for `K` There's only one entry with `shift`, and it's this one. Use the uppercase directly as the rest of bindings shown. Easier to find. --- src/content/docs/basic-usage/mappings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/basic-usage/mappings.md b/src/content/docs/basic-usage/mappings.md index b7eae1fe7..071041fcf 100644 --- a/src/content/docs/basic-usage/mappings.md +++ b/src/content/docs/basic-usage/mappings.md @@ -107,7 +107,7 @@ sidebar: | -------------------- | ------------------- | | LSP Info | `Leader + li` | | Null-ls Info | `Leader + lI` | -| Hover Document | `Shift + k` | +| Hover Document | `K` | | Format Document | `Leader + lf` | | Symbols Outline | `Leader + lS` | | Line Diagnostics | `gl`, `Leader + ld` |