We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e96e1c1 commit 9af9ba7Copy full SHA for 9af9ba7
.vimrc
@@ -512,7 +512,7 @@
512
hi PmenuThumb guifg=#F8F8F8 guibg=#8A95A7 gui=NONE ctermfg=lightgray ctermbg=darkcyan cterm=NONE
513
514
" Some convenient mappings
515
- inoremap <expr> <Esc> pumvisible() ? "\<C-e>" : "\<Esc>"
+ "inoremap <expr> <Esc> pumvisible() ? "\<C-e>" : "\<Esc>"
516
if exists('g:spf13_map_cr_omni_complete')
517
inoremap <expr> <CR> pumvisible() ? "\<C-y>" : "\<CR>"
518
endif
0 commit comments