Select first line of completion popup. Improves typing flow and saves one keypress.

This commit is contained in:
Jean-Louis Fuchs
2013-01-21 18:08:19 +01:00
parent 5a5c383aa6
commit f234bf4376
3 changed files with 15 additions and 2 deletions

View File

@@ -106,6 +106,13 @@ you don't want this:
let g:jedi#popup_on_dot = 0
Jedi selects the first line of the completion menu: for a better typing-flow and
usually saves one keypress.
.. code-block:: vim
let g:jedi#popup_select_first = 0
There's some support for refactoring:
.. code-block:: vim