Created
December 15, 2017 18:38
-
-
Save dctucker/0d3c82c69b806492dc7438c3a1859e49 to your computer and use it in GitHub Desktop.
Library/KeyBindings/DefaultKeyBinding.dict
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:"; | |
"$\UF729" = "moveToBeginningOfLineAndModifySelection:"; | |
"\UF72B" = "moveToEndOfLine:"; | |
"$\UF72B" = "moveToEndOfLineAndModifySelection:"; | |
"\UF72C" = "pageUp:"; | |
"\UF72D" = "pageDown:"; | |
"\UF739" = ("selectAll:","delete:","selectNone:"); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment