Added optional remap for BS cheating

This commit is contained in:
əlemi 2019-11-02 02:50:45 +01:00
parent 1107b8460e
commit 6d5f180e77
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -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>