|
|
|
|
|
by alexdbird
256 days ago
|
|
> Home and End are mapped to C-a and C-e literally everywhere in Cocoa. Even in iOS, if you have a hardware keyboard attached! But Ctrl-a/e have come in with BSD, the more common Mac shortcuts are Cmd-left/right, which go to the beginning/end of the current line, whereas Ctrl-a/e follow wrapped text. |
|