forked from VimPlug/jedi-vim
by default <C-c> imaps to escape, should fix #55
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user