mirror of
1
0
Fork 0

Document jedi-vim mappings

This commit is contained in:
Amir 2022-10-15 21:07:09 +02:00
parent 23ee6b7311
commit a69eac5f3a
1 changed files with 7 additions and 0 deletions

View File

@ -358,6 +358,13 @@ Open [ctrlp.vim](https://github.com/kien/ctrlp.vim) plugin to quickly find a fil
nnoremap <leader>v :.GBrowse!<CR>
xnoremap <leader>v :'<'>GBrowse!<CR>
[jedi-vim](https://github.com/davidhalter/jedi-vim) specific mappings (can be used to browse through Python code quickly):
let g:jedi#goto_assignments_command = "<leader>a"
let g:jedi#usages_command = "<leader>u"
let g:jedi#completions_command = "<C-Space>"
let g:jedi#rename_command = "<leader>r"
### Spell checking
Pressing `<leader>ss` will toggle spell checking: