Skip to content

Instantly share code, notes, and snippets.

@thiagosf
Created September 24, 2016 16:16
Show Gist options
  • Select an option

  • Save thiagosf/7493bf4856792c3f9ad94a573e511968 to your computer and use it in GitHub Desktop.

Select an option

Save thiagosf/7493bf4856792c3f9ad94a573e511968 to your computer and use it in GitHub Desktop.
Teclas home e end MacOS

Criar ~/Library/KeyBindings/DefaultKeyBinding.dict com o seguinte conteúdo:

{
   "\UF729"  = moveToBeginningOfParagraph:; // home
   "\UF72B"  = moveToEndOfParagraph:; // end
   "$\UF729" = moveToBeginningOfParagraphAndModifySelection:; // shift-home
   "$\UF72B" = moveToEndOfParagraphAndModifySelection:; // shift-end
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment