From a69eac5f3aad33226e6dc804ae0cb88a3912bc39 Mon Sep 17 00:00:00 2001 From: Amir Date: Sat, 15 Oct 2022 21:07:09 +0200 Subject: [PATCH] Document jedi-vim mappings --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index f4b2173e..0dbcc53a 100644 --- a/README.md +++ b/README.md @@ -358,6 +358,13 @@ Open [ctrlp.vim](https://github.com/kien/ctrlp.vim) plugin to quickly find a fil nnoremap v :.GBrowse! xnoremap v :'<'>GBrowse! +[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 = "a" + let g:jedi#usages_command = "u" + let g:jedi#completions_command = "" + let g:jedi#rename_command = "r" + ### Spell checking Pressing `ss` will toggle spell checking: