Last active
August 29, 2015 14:24
-
-
Save JSkally/4d19931947f0e923c9dc to your computer and use it in GitHub Desktop.
Fuck off DOCS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" If you prefer the Omni-Completion tip window to close when a selection is | |
" " made, these lines close it on movement in insert mode or when leaving | |
" " insert mode | |
autocmd CursorMovedI * if pumvisible() == 0|pclose|endif | |
autocmd InsertLeave * if pumvisible() == 0|pclose|endif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add to your .vimrc to make the docs box that comes with pymode go away