Skip to content

Commit

Permalink
Merge pull request #48 from halftan/master
Browse files Browse the repository at this point in the history
Added key map for <C-H>, #47
  • Loading branch information
jiangmiao committed May 7, 2013
2 parents 9617a64 + 6a70598 commit 275b473
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/auto-pairs.vim
Expand Up @@ -415,6 +415,7 @@ function! AutoPairsInit()
if g:AutoPairsMapBS
" Use <C-R> instead of <expr> for issue #14 sometimes press BS output strange words
execute 'inoremap <buffer> <silent> <BS> <C-R>=AutoPairsDelete()<CR>'
execute 'inoremap <buffer> <silent> <C-H> <C-R>=AutoPairsDelete()<CR>'
end

if g:AutoPairsMapSpace
Expand Down

0 comments on commit 275b473

Please sign in to comment.