Add option to disable default keybindings.#943
Add option to disable default keybindings.#943kadaliao wants to merge 1 commit intodavidhalter:masterfrom kadaliao:master
Conversation
blueyed
left a comment
There was a problem hiding this comment.
I think it is ok in general - although @davidhalter stated a while ago that he does not want new settings (#213 (comment)).
But it needs more adjustments - basically search for "auto_initialization" in the source, and adjust the doc/code accordingly.
btw: currently you can achieve this also be setting the various "g:jedi#X_command" settings to an empty string.
|
Well, quoting @davidhalter:
Maybe the doc with "auto_initialization" should just provide an example to unset all of them? |
Oh yes. I started this because I wanted to change the default mappings to avoid conflict with other plugins. Just found out that I can directly change the mappings by setting the command string. I guess the explicit disable option will be unnecessary. 😞 |
Also removes section for deprecated `goto_definitions_command`. Ref: davidhalter#213 Closes davidhalter#943
#213