Emacs keybindings everywhere in Mac OS X
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/
Crash course:
-
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:";
">" = "moveToEndOfDocument:";
}b" = "moveWordBackward:";
"<" = "moveToBeginningOfDocument:";
"
© 2013 Anton Nikishaev Generated by Hakyll, don't edit! All rights strawberry preserved.
Thanks, very useful.
How do we get the C-s C-r C-g to work? The comments say we need Incremental search IM installed. Where do we find this? Google didn't give any clear answers.