We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I have a question about casing of the words (I have put the map bindings from the README)
map
README
Let's say my cursor is on the word set; when I do z* or *, it would select both set and Set; however, when I'm on Set, it would only select Set.
set
z*
*
Set
What happens if I'm on a set and I want to only select lowercase set words? Can I do that?
The text was updated successfully, but these errors were encountered:
This behavior depends on 'smartcase' option of Vim. You can see :help 'smartcase' for details.
'smartcase'
:help 'smartcase'
Sorry, something went wrong.
No branches or pull requests
Hi, I have a question about casing of the words (I have put the
map
bindings from theREADME
)Let's say my cursor is on the word
set
; when I doz*
or*
, it would select bothset
andSet
; however, when I'm onSet
, it would only selectSet
.What happens if I'm on a
set
and I want to only select lowercaseset
words? Can I do that?The text was updated successfully, but these errors were encountered: