Skip to content

Instantly share code, notes, and snippets.

@ederrafo
Last active August 14, 2016 19:37
Show Gist options
  • Save ederrafo/bcae6552ec70e724be3e9e3c38776ac2 to your computer and use it in GitHub Desktop.
Save ederrafo/bcae6552ec70e724be3e9e3c38776ac2 to your computer and use it in GitHub Desktop.
ST 3, Sublime Text 3, Key Bindings User, Código a copiar en Preferences / Key Bindings - User
[
{
"command": "toggle_side_bar",
"keys": [ "f1" ]
},
{
"command": "toggle_minimap",
"keys": [ "f8" ]
},
{
"args": {
"panel": "console",
"toggle": true
},
"command": "show_panel",
"keys": [ "ctrl+f1" ]
},
{
"args": {
"setting": "word_wrap"
},
"command": "toggle_setting",
"keys": [ "f10" ]
},
{
"args": {
"cells": [
[ 0, 0, 1, 1 ],
[ 1, 0, 2, 1 ]
],
"cols": [ 0.0,0.5, 1.0 ],
"rows": [ 0.0, 1.0 ]
},
"command": "set_layout",
"keys": [ "ctrl+alt+1" ]
},
{
"args": {
"cells": [
[ 0, 0, 1, 1 ],
[ 1, 0, 2, 1 ]
],
"cols": [ 0.0, 0.33, 1.0 ],
"rows": [ 0.0, 1.0 ]
},
"command": "set_layout",
"keys": [
"ctrl+alt+2"
]
},
{
"args": {
"cells": [
[ 0, 0, 1, 1 ],
[ 1, 0, 2, 1 ]
],
"cols": [ 0.0, 0.20, 1.0 ],
"rows": [ 0.0, 1.0 ]
},
"command": "set_layout",
"keys": [ "ctrl+alt+3" ]
},
{
"args": {
"cells": [
[ 0, 0, 1, 1 ],
[ 1, 0, 2, 1 ]
],
"cols": [
0.0,
0.67,
1.0
],
"rows": [
0.0,
1.0
]
},
"command": "set_layout",
"keys": [
"ctrl+alt+4"
]
},
{
"args": {
"cells": [
[
0,
0,
1,
1
],
[
1,
0,
2,
1
]
],
"cols": [
0.0,
0.8,
1.0
],
"rows": [
0.0,
1.0
]
},
"command": "set_layout",
"keys": [
"ctrl+alt+5"
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment