by lelf
Update: there’s some more
I feel very sorry for you’re emacser on mac and haven’t got anything in ~/Library/KeyBindings/
Get this file: Emacs Opt Bindings.dict
Edit it (optionally), — it’s self-explainary. Then save (creating the directory if there isn’t one) as ~/Library/KeyBindings/DefaultKeyBinding.dict
…
PROFIT! Enjoy, for example your ⌥F
doing forward-word
. Everywhere. Well, mostly.
Applications will pick this up after restaring (apps, not computer).
P.S. It should look like this
{
"~f" = "moveWordForward:";
"~b" = "moveWordBackward:";
"~<" = "moveToBeginningOfDocument:";
"~>" = "moveToEndOfDocument:";
}