Hacker News new | ask | show | jobs
by renolc 3512 days ago
It actually does have multi cursor. Try cmd + D to highlight multiple instances of a selected block, just like in sublime.
1 comments

Thanks for the additional useful tip. My usage of this feature is usually via 'brute force', i.e. Cmd-click (or Cmd-double click) on multiple points in my code and begin typing. This shortcut will make variable renaming a LOT easier.
Maybe you should also learn that ctrl+k skip one of the selections, so you can rename things and skip the ones that you don't want to change pretty fast when combined with ctrl+d.