get_definition is again in vim plugin (issue #7)

This commit is contained in:
David Halter
2012-09-04 19:14:54 +02:00
parent 686c675b6d
commit 1b1e18a9e5
2 changed files with 67 additions and 49 deletions
+4
View File
@@ -167,6 +167,10 @@ The goto is by default on \<leader g\>. If you want to change that:
let g:jedi#goto_command = <leader>g
`get_definition` is by default on \<leader d\>. If you want to change that:
let g:jedi#get_definition_command = <leader>d
If you are a person who likes to use VIM-tabs not buffers, you might want to
put that in your `.vimrc`: