Skip to content

Instantly share code, notes, and snippets.

View emanuellopes's full-sized avatar
🤘
Focusing

Emanuel Lopes emanuellopes

🤘
Focusing
View GitHub Profile
@mauroreisvieira
mauroreisvieira / sublime-keymap.json
Created March 16, 2018 12:44
Sublime Text my configurations for keymap
[
{ "keys": ["alt+shift+f"], "command": "toggle_distraction_free" },
{ "keys": ["command+alt+up"], "command": "fold" },
{ "keys": ["command+alt+down"], "command": "unfold" },
{ "keys": ["command+shift+r"], "command": "goto_symbol_in_project" },
{ "keys": ["command+i"], "command": "reindent", "args": { "single_line": false } },
{ "keys": ["command+shift+a"], "command": "align_tab", "args" : {"live_preview" : true} },
{
"keys": ["command+t"],
"command": "open_terminal",