I'm not sure the right words to use to express what I want, which is why I'm probably having trouble finding it myself. I have a css-like file:
attr_of_super_long_length: value1,
shorter_attr: value2,
medium_length_attr: value3
I want to be able to put my cursor over the v in value1 and copy its x coordinate, and then go to the v in value2 and push it to the same indented x coordinate in 1 keystroke (eg, not highlight and > <). Any ideas? Thanks!