|
|
|
|
|
by patrickking
3293 days ago
|
|
On OSX, in Sublime Text: - CMD with arrow keys moves to line ends - Alt with arrow keys moves between words - Ctrl, under some circumstances, lets you operate on parts of a camelCased or snake_cased word (with backspace and with shift + arrow keys, but not with arrow keys all by themselves) It's the best setup for moving around code that I've encountered. |
|