I understand that Mac has some Emacs keybindings enabled by default (e.g. Ctrl+A move to beginning of line etc.). If I open TextEdit for example I can navi
Maybe one of these helps? (I don't use OSX myself, so I can't test anything).
Summary from first URL:
Create file ~/Library/Keybindings/DefaultKeyBinding.dict
with the following content and restart all apps.
{
"~d" = "deleteWordForward:";
"^w" = "deleteWordBackward:";
"~f" = "moveWordForward:";
"~b" = "moveWordBackward:";
}