updated README.rst for use_splits_not_buffers

This commit is contained in:
LittleQ
2013-09-15 00:57:47 +08:00
parent 27d35b4fc0
commit e1cac7d3f7

View File

@@ -106,6 +106,13 @@ put that in your ``.vimrc``:
let g:jedi#use_tabs_not_buffers = 0 let g:jedi#use_tabs_not_buffers = 0
If you are a person who likes to use VIM-splits, you might want to put this in your ``.vimrc``:
.. code-block:: vim
let g:jedi#use_splits_not_buffers = "left"
This options could be "left", "right", "top" or "bottom", it will decide the direction where the split open.
Jedi automatically starts the completion, if you type a dot, e.g. ``str.``, if Jedi automatically starts the completion, if you type a dot, e.g. ``str.``, if
you don't want this: you don't want this: