add more key bindings

Alick Zhao 2018-05-14 21:14:47 -05:00
parent 0066b04dad
commit 2a9acdc6eb

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-d> :LspDefinition<cr>
nn <silent> <M-r> :LspReferences<cr> nn <silent> <M-r> :LspReferences<cr>
nn <f2> :LspRename<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. 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.