Skip to content

Commit 9af9ba7

Browse files
committed
Fix the awful double escape bug
1 parent e96e1c1 commit 9af9ba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vimrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@
512512
hi PmenuThumb guifg=#F8F8F8 guibg=#8A95A7 gui=NONE ctermfg=lightgray ctermbg=darkcyan cterm=NONE
513513

514514
" Some convenient mappings
515-
inoremap <expr> <Esc> pumvisible() ? "\<C-e>" : "\<Esc>"
515+
"inoremap <expr> <Esc> pumvisible() ? "\<C-e>" : "\<Esc>"
516516
if exists('g:spf13_map_cr_omni_complete')
517517
inoremap <expr> <CR> pumvisible() ? "\<C-y>" : "\<CR>"
518518
endif

0 commit comments

Comments
 (0)