Skip to content

Instantly share code, notes, and snippets.

View splicemaahs's full-sized avatar

Christopher Maahs splicemaahs

  • Splice Machine
  • Minneapolis, Mn
View GitHub Profile
@splicemaahs
splicemaahs / DefaultKeyBinding.dict
Last active April 3, 2019 19:49
Mac OS Default Keybinding, Enable Home/End
{
"\UF729" = moveToBeginningOfLine:; // home
"\UF72B" = moveToEndOfLine:; // end
"$\UF729" = moveToBeginningOfLineAndModifySelection:; // shift-home
"$\UF72B" = moveToEndOfLineAndModifySelection:; // shift-end
}