Skip to content

Instantly share code, notes, and snippets.

@steinwaywhw
Created September 1, 2015 16:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save steinwaywhw/bb55569542e6686e8e59 to your computer and use it in GitHub Desktop.
Save steinwaywhw/bb55569542e6686e8e59 to your computer and use it in GitHub Desktop.
Customization of SublimeText on Mac

User Key Bindings

[
	{ "keys": ["end"], "command": "move_to", "args": {"to": "eol"} },
	{ "keys": ["home"], "command": "move_to", "args": {"to": "bol"} },
	{ "keys": ["f3"], "command": "find_next"}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment