by lelf
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).
It should look like this
{
"f"        = "moveWordForward:";
">"        = "moveToEndOfDocument:";
}b"        = "moveWordBackward:";
"<"        = "moveToBeginningOfDocument:";
"
© 2013 Anton Nikishaev Generated by Hakyll, don't edit! All rights strawberry preserved.