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