Skip to content

Instantly share code, notes, and snippets.

View boojums's full-sized avatar

Cristina Luis boojums

View GitHub Profile
@boojums
boojums / Sublime Text 3 Linux Shortcuts.textile
Last active May 3, 2018 13:30 — forked from lucasfais/gist:1207002
Sublime Text 3 - Linux shortcuts

Sublime Text 3 – Useful Shortcuts (Linux, Norwegian keyboard)

I changed a few of the key mappings to work with a Norwegian layout:

{ “keys”: [“ctrl+\\”], “command”: “show_panel”, “args”: {"panel": “console”, “toggle”: true} },
{ “keys”: [“ctrl+7”], “command”: “toggle_comment”, “args”: { “block”: false } },
{ “keys”: [“ctrl+9”], “command”: “indent” },
{ “keys”: [“ctrl+8”], “command”: “unindent” },

And installed the package Emmet, which is what provides some of the functions here.