Fix #344 change <ESC> behavior
This commit is contained in:
parent
9eac227835
commit
b823c2e639
@ -61,7 +61,6 @@ function! neosnippet#mappings#_clear_select_mode_mappings() abort "{{{
|
||||
snoremap <BS> a<BS>
|
||||
snoremap <Del> a<BS>
|
||||
snoremap <C-h> a<BS>
|
||||
snoremap <ESC> <BS><ESC>
|
||||
endfunction"}}}
|
||||
|
||||
function! neosnippet#mappings#_register_oneshot_snippet() abort "{{{
|
||||
|
Loading…
Reference in New Issue
Block a user