Created
January 30, 2017 20:26
-
-
Save igorkulman/8b7ccbb32a639b7fdb2efaa5f4b02d6d 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
{ | |
/* home */ | |
"\\UF729" = "moveToBeginningOfLine:"; | |
"$\\UF729" = "moveToBeginningOfLineAndModifySelection:"; | |
/* end */ | |
"\\UF72B" = "moveToEndOfLine:"; | |
"$\\UF72B" = "moveToEndOfLineAndModifySelection:"; | |
/* page up/down */ | |
"\\UF72C" = "pageUp:"; | |
"\\UF72D" = "pageDown:"; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment