Added optional remap for BS cheating
This commit is contained in:
parent
1107b8460e
commit
6d5f180e77
1 changed files with 3 additions and 0 deletions
|
@ -46,3 +46,6 @@ endfunction
|
||||||
|
|
||||||
autocmd TextChangedI * call UpdateCombo() " Every time the cursor moves, call combo function
|
autocmd TextChangedI * call UpdateCombo() " Every time the cursor moves, call combo function
|
||||||
autocmd InsertLeave * call SaveCombo()
|
autocmd InsertLeave * call SaveCombo()
|
||||||
|
|
||||||
|
" Options for Backspace Cheaters
|
||||||
|
" inoremap <BS> <C-o>:let g:combo_counter-=1<CR><BS>
|
||||||
|
|
Loading…
Reference in a new issue