diff --git a/plugin/vim-combo.vim b/plugin/vim-combo.vim index 7c273ed..71222d1 100644 --- a/plugin/vim-combo.vim +++ b/plugin/vim-combo.vim @@ -46,3 +46,6 @@ endfunction autocmd TextChangedI * call UpdateCombo() " Every time the cursor moves, call combo function autocmd InsertLeave * call SaveCombo() + +" Options for Backspace Cheaters +" inoremap :let g:combo_counter-=1