Am I a bad person for wanting Word bindings for Emacs? Things like ctrl-left-arrow being previous word not previous window? Or perhaps ctrl-shift-left-arrow as select word left?
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
modifier-motion being "add the next in that direction to the selection" is a clever idea, and emacs should incorporate that. (And it would be simple to make emacs do it).
Although I should point out that alt-left-arrow _is_ previous window; this is the standard microsoft misuse of the control key.