Update preview_toggle name

This commit is contained in:
simrat39
2021-08-20 19:11:24 -07:00
parent a2e4a20308
commit 079f39607a
4 changed files with 26 additions and 26 deletions

View File

@@ -41,7 +41,7 @@ vim.g.symbols_outline = {
goto_location = "<Cr>",
focus_location = "o",
hover_symbol = "<C-space>",
preview_symbol = "K",
toggle_preview = "K",
rename_symbol = "r",
code_actions = "a",
},
@@ -103,16 +103,16 @@ vim.g.symbols_outline = {
### Default keymaps
| Key | Action |
| ---------- | -------------------------------------------------- |
| Escape | Close outline |
| Enter | Go to symbol location in code |
| o | Go to symbol location in code without losing focus |
| Ctrl+Space | Hover current symbol |
| K | Toggles the current symbol preview |
| r | Rename symbol |
| a | Code actions |
| ? | Show help message |
| Key | Action |
| ---------- | ------------------------------------------------------------------ |
| Escape | Close outline |
| Enter | Go to symbol location in code |
| o | Go to symbol location in code without losing focus |
| Ctrl+Space | Hover current symbol |
| K | Toggles the current symbol preview (Only when auto_preview is off) |
| r | Rename symbol |
| a | Code actions |
| ? | Show help message |
### Highlights
| Highlight | Purpose |