Last active
November 26, 2019 23:03
-
-
Save tuliren/7c28f7077bb1cb81892dfce397ed26b3 to your computer and use it in GitHub Desktop.
Mac Key Binding
This file contains hidden or 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 */ | |
"\UF72C" = "moveToBeginningOfDocument:"; /* PageUp */ | |
"\UF72D" = "moveToEndOfDocument:"; /* PageDown */ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment