unblevable / quick-scope

Lightning fast left-right movement in Vim
MIT License
1.43k stars 54 forks source link

Highlight on key press option #11

Closed unblevable closed 9 years ago

unblevable commented 9 years ago

Issue #2.

Added option g:qs_highlight_on_keys:

" Trigger a highlight for all character motions
g:qs_highlight_on_keys = ['f', 'F', 't', 'T']

" Trigger a highlight for just 'f' and 'F'
g:qs_highlight_on_keys = ['f', 'F']

Here is an updated task list:

roboguy13 commented 9 years ago

When I hit f and then C-c, it says Type :quit<Enter> to exit vim in the Ex command line area and the characters continued to be highlighted even if I move to another line. Also, the cursor disappears sometimes afterwards and the cursor doesn't always update normally when it is visible. When I exit vim after doing that, the cursor is invisible in the terminal until I run reset (or reopen the terminal)

unblevable commented 9 years ago

Thanks for catching that error...having a bug that also messes up your terminal session would have been pretty annoying.