Created
April 10, 2009 18:49
-
-
Save itspriddle/93223 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"\UF729" = "moveToBeginningOfLine:"; /* Home */ | |
"\UF72B" = "moveToEndOfLine:"; /* End */ | |
"$\UF729" = "moveToBeginningOfLineAndModifySelection:"; /* Shift + Home */ | |
"$\UF72B" = "moveToEndOfLineAndModifySelection:"; /* Shift + End */ | |
} | |
/* | |
Add to ~/Library/KeyBindings/DefaultKeyBinding.dict | |
Create the directory if it does not exist | |
*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment