Last active
April 3, 2019 19:49
-
-
Save splicemaahs/70d5ae0b9276151fc88642a0d3a661f8 to your computer and use it in GitHub Desktop.
Mac OS Default Keybinding, Enable Home/End
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 | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment