After using Sublemacs Pro for several days, I realized that it was too much for me, although it might be good for more experienced emacs users.
I came from TextMate, and what I really want is the best of all worlds: mostly Sublime shortcuts, a few missing shortcuts from the Ruby Textmate shortcuts library, and a few shortcuts that Textmate stole from emacs.
So, I figured out how to solve the problems of alt + f and alt + b :
{ "keys": ["alt+b"], "command": "move", "args": {"by": "subwords", "forward": false} }, { "keys": ["alt+f"], "command": "move", "args": {"by": "subword_ends", "forward": true} }
If I find some more really useful, I will post them here. In addition, if I find a resource that lists all the possible values โโof the "by" field, I will also publish this.
source share