I am always frustrated when using move keys such as e
, b
or w
in python variables or strings that are separated with underscores, due to the fact, that instead of stopping in the last/next underscore, it stops and the start/end of the string/variable
Is there a way to Include underscores when using word movements (e
, b
, w
)?