Created
August 2, 2017 16:40
-
-
Save JasonGiedymin/f2928b2764576d31ed81e130986d2f2f to your computer and use it in GitHub Desktop.
If you use a standard pc keyboard layout for Mac and desire Home|End keys to function, create this file `~/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:"; | |
"\UF72B" = "moveToEndOfLine:"; | |
"$\UF729" = "moveToBeginningOfLineAndModifySelection:"; | |
"$\UF72B" = "moveToEndOfLineAndModifySelection:"; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment