Skip to content

Instantly share code, notes, and snippets.

View jonathancone's full-sized avatar

Jonathan Cone jonathancone

View GitHub Profile
@jonathancone
jonathancone / sublime-eclipse-shortcuts.txt
Last active December 17, 2015 22:29 — forked from thbkrkr/Default (Linux).sublime-keymap
These are my Eclipse-friendly Sublime Text 2 key bindings.
[
{ "keys": ["f12"], "command": "htmlprettify"},
{ "keys": ["f1"], "command": "fold" },
{ "keys": ["f2"], "command": "unfold" },
{ "keys": ["ctrl+l"], "command": "show_overlay", "args": {"overlay": "goto", "text": "@"} },
{ "keys": ["ctrl+space"], "command": "auto_complete" },
{ "keys": ["ctrl+space"], "command": "replace_completion_with_auto_complete", "context":
[
{ "key": "last_command", "operator": "equal", "operand": "insert_best_completion" },