mirror of
https://github.com/MaskRay/ccls.git
synced 2025-04-05 08:22:12 +00:00
add more key bindings
parent
0066b04dad
commit
2a9acdc6eb
2
Vim.md
2
Vim.md
@ -30,6 +30,8 @@ Next, set up key bindings by adding the following to your `~/.vimrc` or `~/.vim/
|
||||
nn <silent> <M-d> :LspDefinition<cr>
|
||||
nn <silent> <M-r> :LspReferences<cr>
|
||||
nn <f2> :LspRename<cr>
|
||||
nn <silent> <M-a> :LspWorkspaceSymbol<cr>
|
||||
nn <silent> <M-l> :LspDocumentSymbol<cr>
|
||||
```
|
||||
|
||||
Now it's good to go! Navigate to a C/C++/... project and test. Make sure you have [compilation database](https://github.com/MaskRay/ccls/wiki/compile_commands.json) in that project.
|
||||
|
Loading…
Reference in New Issue
Block a user