Created
March 24, 2017 18:01
-
-
Save patrickhulce/c23a84934814d30643fb2aac0957dcce to your computer and use it in GitHub Desktop.
Place in ~/Library/KeyBindings/ folder on macOS Sierra
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:; | |
"\UF72B" = moveToEndOfLine:; | |
"$\UF729" = moveToBeginningOfLineAndModifySelection:; | |
"$\UF72B" = moveToEndOfLineAndModifySelection:; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment