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
ie single quotes ('), double quotes ("), and perhaps even ticks (`)
The text was updated successfully, but these errors were encountered:
What is your use case for matching on strings? Vim doesn't do that by default, just curious.
https://stackoverflow.com/questions/1444054/in-vim-is-there-a-plugin-to-use-to-match-the-corresponding-double-quote
You might be aware of the other options for jumping to those characters:
ci"
f"
F"
/"
?"
\\s"
cs"'
Sorry, something went wrong.
It seems there are already other options for this.
No branches or pull requests
ie single quotes ('), double quotes ("), and perhaps even ticks (`)
The text was updated successfully, but these errors were encountered: