mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-09 03:54:52 +08:00
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
|
if g:jedi#auto_vim_configuration
|
||||||
setlocal completeopt=menuone,longest,preview
|
setlocal completeopt=menuone,longest,preview
|
||||||
|
inoremap <C-c> <ESC>
|
||||||
end
|
end
|
||||||
|
|
||||||
if g:jedi#popup_on_dot
|
if g:jedi#popup_on_dot
|
||||||
|
|||||||
Reference in New Issue
Block a user