Skip to content

Instantly share code, notes, and snippets.

@tpope
Created September 23, 2011 21:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tpope/1238440 to your computer and use it in GitHub Desktop.
Save tpope/1238440 to your computer and use it in GitHub Desktop.
Place in ~/Library/KeyBindings/DefaultKeyBinding.dict
/* vim: set ft=c sw=4 et: */
{
"^u" = "deleteToBeginningOfParagraph:";
"^v" = "pageDown:";
"^w" = "deleteWordBackward:";
"~/" = "complete:";
"~<" = "moveToBeginningOfDocument:";
"~>" = "moveToEndOfDocument:";
"~b" = "moveWordBackward:";
"~d" = "deleteWordForward:";
"~f" = "moveWordForward:";
"~v" = "pageUp:";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment