Skip to content

Instantly share code, notes, and snippets.

@ivandoric
Created April 26, 2014 07:02
Show Gist options
  • Save ivandoric/11313711 to your computer and use it in GitHub Desktop.
Save ivandoric/11313711 to your computer and use it in GitHub Desktop.
sublime: Move to end of line
//Had to define this key in Key Bindings - User because it didn't have it defined on Mac OSX
{ "keys": ["end"], "command": "move_to", "args": {"to": "eol", "extend": false} }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment