I find the default move to next word (alt-arrow) with clojure code so cumbersome that I don't end up using it. It would be great if it can just skip to the start of the next symbol (ignoring parens), ie. instead of like this (| markers where the cursor traverses)
It just feels like this mode would make the most sense in your head and you can nearly instantly get a feel for how much you'd want to move forward or back to get where you want..
lol, I was about to open up another issue for this now, but found the old one I reported xD - hitting this frustration again now that I have more key-space thanks for the smart-mode parinfer
I find the default move to next word (alt-arrow) with clojure code so cumbersome that I don't end up using it. It would be great if it can just skip to the start of the next symbol (ignoring parens), ie. instead of like this (
|
markers where the cursor traverses)it would traverse as:
It just feels like this mode would make the most sense in your head and you can nearly instantly get a feel for how much you'd want to move forward or back to get where you want..