Created
April 14, 2021 08:06
-
-
Save xanathar/719c7c6aa33c8ebf213be357cb03cfa3 to your computer and use it in GitHub Desktop.
My MacOS key bindings
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" = moveToBeginningOfParagraph:; // home | |
"\UF72B" = moveToEndOfParagraph:; // end | |
"$\UF729" = moveToBeginningOfParagraphAndModifySelection:; // shift-home | |
"$\UF72B" = moveToEndOfParagraphAndModifySelection:; // shift-end | |
"#," = ("insertText:", "."); // keypad comma to dot | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Write to a
~/Library/KeyBindings/DefaultKeyBinding.dict
file