Skip to content

Instantly share code, notes, and snippets.

@zgulde
Created May 17, 2022 00:19
Show Gist options
  • Save zgulde/37e61a05f23122122023dbe1b8d99554 to your computer and use it in GitHub Desktop.
Save zgulde/37e61a05f23122122023dbe1b8d99554 to your computer and use it in GitHub Desktop.
MacOS Custom Keybindings located in ~/Library/KeyBindings/DefaultKeyBinding.dict
{
"~f" = "moveWordForward:";
"~b" = "moveWordBackward:";
"~d" = "deleteWordForward:";
"~c" = "capitalizeWord:";
"~l" = "lowercaseWord:";
"~u" = "uppercaseWord:";
"^w" = "deleteWordBackward:";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment