Skip to content

Instantly share code, notes, and snippets.

@jleedev
Created July 10, 2012 15:33
Show Gist options
  • Save jleedev/3084131 to your computer and use it in GitHub Desktop.
Save jleedev/3084131 to your computer and use it in GitHub Desktop.
KeyBindings
mkdir -p Library/KeyBindings && echo '{"^u":"deleteToBeginningOfLine:","~d":"deleteWordForward:","^w":"deleteWordBackward:","~f":"moveWordForward:","~b":"moveWordBackward:"}' | plutil -convert binary1 -o Library/KeyBindings/DefaultKeyBinding.dict -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment