neoclide / coc-pairs

Basic auto pairs extension of coc.nvim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

<c-h> remove paired characters

hamsterBiscuit opened this issue · comments

remove paired characters

can do this feature?

Create keymapping to bs should work

oh, i try it

inoremap <C-h> <BS>
i have this keymapping, no work

i guess,c-h BS not same code for computer,maybe you can use delete function for c-h

You should not use noremap for this.