You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dotfiles/nvim/cheatsheet.txt

24 lines
547 B

## LSP
Get type definition | <space>D
Rename symbol | <space>rn
Code action | <space>ca
Find references | gr
Format file | <space>f
Goto declaration | gD
Goto definition | gd
Toggle hover over symbol | K
Goto implementation | gi
Get signature | <C-k>
Add folder to workspace | <space>wa
Remove folder from workspace | <space>wr
List workspace folders | <space>wl
## Diagnostics
Open diagnostics as floating window | <space>e
Goto next diagnostic | [d
Goto previous diagnostic | ]d
Show diagnostics | <space>q
## Misc
Find in project | <leader>f