Skip to content

Instantly share code, notes, and snippets.

View hoxi's full-sized avatar
🏠
Working from home

Magnus Wållberg hoxi

🏠
Working from home
View GitHub Profile
@hoxi
hoxi / gist:7eab96de465d47ca65648d13b7e1f6d9
Last active January 9, 2017 08:59 — forked from Flet/gist:5447732
Sublime Text: Eclipse Shortcuts keymap
[
{ "keys": ["ctrl+shift+l"], "command": "show_overlay", "args": {"overlay": "command_palette"} },
// Open File
// Save
{ "keys": ["ctrl+shift+s"], "command": "save_all" },
{ "keys": ["ctrl+f4"], "command": "close" },
// New file
{ "keys": ["shift+ctrl+f4"], "command": "close_all" },
// Properties
// Cut