diff --git a/nvim/README.md b/nvim/README.md index 3bbec16..79f1496 100644 --- a/nvim/README.md +++ b/nvim/README.md @@ -129,10 +129,11 @@ Per project можно использовать `.editorconfig` файл в ко | `ws` | `W`orkspace `S`ymbols. Fuzzy find all the symbols in your currend workspace. Similar to document symbols, except searches over you entire project | lsp.lua | | `rn` | `R`e`n`ame. Rename the variable under your cursor. Most Language Servers support renaming across files, etc. | lsp.lua | | `ca` | `C`ode `A`ction. Execute a code action, usually your cursor needs to be on top of an error or a suggestion from your LSP for this to activate | lsp.lua | +| `ss` | `S`earch Document `S`ymbols | lsp.lua | +| `sS` | `S`earch `S`elect Telescope | lsp.lua | | `sh` | `S`earch `H`elp | health.lua | | `sk` | `S`earch `K`eymaps | health.lua | | `sf` | `S`earch `F`iles | health.lua | -| `ss` | `S`earch `S`elect Telescope | health.lua | | `sw` | `S`earch current `W`ord | health.lua | | `sg` | `S`earch by `G`rep | health.lua | | `sd` | `S`earch `D`iagnostics | health.lua |