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
Using the plugin on SOME_VARIABLE will move the cursor one character at the time, instead of moving it e.g. from S to V in the example above.
SOME_VARIABLE
S
V
The text was updated successfully, but these errors were encountered:
Hmm, I wasn't able to reproduce this problem. What's the file type you're working with? What do you get back when you type in ":set iskeyword?"
Sorry, something went wrong.
The file type is python. :set iskeyword returns iskeyword=@,48-57,_,192-255
:set iskeyword
iskeyword=@,48-57,_,192-255
No branches or pull requests
Using the plugin on
SOME_VARIABLE
will move the cursor one character at the time, instead of moving it e.g. fromS
toV
in the example above.The text was updated successfully, but these errors were encountered: