Skip to content

Instantly share code, notes, and snippets.

@heavenshell
Last active December 22, 2015 15:18
Show Gist options
  • Save heavenshell/6491060 to your computer and use it in GitHub Desktop.
Save heavenshell/6491060 to your computer and use it in GitHub Desktop.
if g:jedi#popup_select_first == 0
inoremap <buffer> . .<C-R>=jedi#complete_opened() ? "" : "\<lt>C-X>\<lt>C-O>\<lt>C-P>"<CR>
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment