by default <C-c> imaps to escape, should fix #55

This commit is contained in:
David Halter
2012-12-24 00:44:09 +01:00
parent ff10a0a6e4
commit 4336cbb742

View File

@@ -30,6 +30,7 @@ end
if g:jedi#auto_vim_configuration
setlocal completeopt=menuone,longest,preview
inoremap <C-c> <ESC>
end
if g:jedi#popup_on_dot