quick-scope icon indicating copy to clipboard operation
quick-scope copied to clipboard

Lightning fast left-right movement in Vim

Results 16 quick-scope issues
Sort by recently updated
recently updated
newest added

As the title says, is it at all possible to add an option for users to move across the line by repeating `f`, `F`, `t` and `T`, instead of Vim's...

feature-request

`Contributing to Hello-World` in above sentence i want to go to word 'Hello' from 'to'. If i press f it highlights the H word which is capse, instead that if...

feature-request

I want to add non alphanumeric characters in `g:qs_accepted_chars` but it does not work. ![image](https://user-images.githubusercontent.com/14010827/90380501-c2245300-e099-11ea-979e-249373fbfda1.png) `#` and `_` seem to work but others don't. Am, I doing something wrong here?

bug

It would be great if `guibg` and `ctermbg` could also be configured.

Vim 9.1 on Manjaro Linux (vim -f -u .vimrc-core) quick-scope installed using Plug Added "let g:qs_highlight_on_keys = ['f', 'F', 't', 'T']" to .vimrc-core Characters are highlighted, but when cursor is...