Skip to content

Instantly share code, notes, and snippets.

@JSkally
Last active August 29, 2015 14:24
Show Gist options
  • Save JSkally/4d19931947f0e923c9dc to your computer and use it in GitHub Desktop.
Save JSkally/4d19931947f0e923c9dc to your computer and use it in GitHub Desktop.
Fuck off DOCS
" 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
@JSkally
Copy link
Author

JSkally commented Jul 9, 2015

Add to your .vimrc to make the docs box that comes with pymode go away

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment