From 5da59b68df67bf2c5b7bc1d0eaaad646728a43f7 Mon Sep 17 00:00:00 2001 From: Omar Zeghouani Date: Fri, 20 Aug 2021 20:29:18 +0100 Subject: [PATCH] Document keybind functionality --- README.md | 2 +- doc/symbols-outline.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f143339..2424a87 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ vim.g.symbols_outline = { | Enter | Go to symbol location in code | | o | Go to symbol location in code without losing focus | | Ctrl+Space | Hover current symbol | -| K | Show current symbol preview | +| K | Toggles the current symbol preview | | r | Rename symbol | | a | Code actions | diff --git a/doc/symbols-outline.txt b/doc/symbols-outline.txt index b08ba1f..7fdc7f1 100644 --- a/doc/symbols-outline.txt +++ b/doc/symbols-outline.txt @@ -233,7 +233,7 @@ symbol_blacklist | Enter | Go to symbol location in code | | o | Go to symbol location in code without losing focus | | Ctrl+Space | Hover current symbol | -| K | Show current symbol preview | +| K | Toggles the current symbol preview | | r | Rename symbol | | a | Code actions |