-
-
Notifications
You must be signed in to change notification settings - Fork 219
New issue
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
Word boundaries spanning -
by default
#1246
Comments
Calva defines Clojure word boundaries. There is probably nothing we can do about this. It's similar with how double-clicking |
This can for now be fixed by adding the
|
I've tried this now. Indeed, adding |
-
by default
Yes, it's unfortunate and I agree both solutions have their own disadvantages. Best thing that can be done here is to document it. |
Documentation updated. Thanks for highlighting the issue! |
With
Calva
plugin enabled, word boundaries are not correctly respected withVim
plugin.I.e. hitting
w
on(|foo-bar car)
should move cursor before-
, that is(foo|-bar car)
.With
Calva
enabled, it jumps to whitespace:(foo-bar| car)
.See attached video:
https://drive.google.com/file/d/1htBJ8tj2HMko2PDGZCsCs8X5FTrOMYeN/view?usp=sharing
The text was updated successfully, but these errors were encountered: