Skip to content

Instantly share code, notes, and snippets.

@FlorianBELLAZOUZ
Last active February 8, 2016 07:21
Show Gist options
  • Select an option

  • Save FlorianBELLAZOUZ/1dc22af0ce8e2c3e16e7 to your computer and use it in GitHub Desktop.

Select an option

Save FlorianBELLAZOUZ/1dc22af0ce8e2c3e16e7 to your computer and use it in GitHub Desktop.
sublime config
[
{ "button": "scroll_down", "modifiers": ["ctrl"], "command": "null" },
{ "button": "scroll_up", "modifiers": ["ctrl"], "command": "null" },
{ "keys": ["ctrl+h"], "command": "move", "args": {"by": "characters", "forward": false} },
{ "keys": ["ctrl+l"], "command": "move", "args": {"by": "characters", "forward": true} },
{ "keys": ["ctrl+k"], "command": "move", "args": {"by": "lines", "forward": false} },
{ "keys": ["ctrl+j"], "command": "move", "args": {"by": "lines", "forward": true} },
{ "keys": ["shift+ctrl+h"], "command": "move", "args": {"by": "characters", "forward": false, "extend": true} },
{ "keys": ["shift+ctrl+l"], "command": "move", "args": {"by": "characters", "forward": true, "extend": true} },
{ "keys": ["shift+ctrl+k"], "command": "move", "args": {"by": "lines", "forward": false, "extend": true} },
{ "keys": ["shift+ctrl+j"], "command": "move", "args": {"by": "lines", "forward": true, "extend": true} },
{ "keys": ["alt+h"], "command": "move", "args": {"by": "words", "forward": false} },
{ "keys": ["alt+l"], "command": "move", "args": {"by": "word_ends", "forward": true} },
{ "keys": ["alt+shift+h"], "command": "move", "args": {"by": "words", "forward": false, "extend": true} },
{ "keys": ["alt+shift+l"], "command": "move", "args": {"by": "word_ends", "forward": true, "extend": true} },
{ "keys": ["alt+b"], "command": "jump_back" },
{ "keys": ["alt+shift+b"], "command": "jump_forward" },
{ "keys": ["alt+k"], "command": "scroll_lines", "args": {"amount": 5.0 } },
{ "keys": ["alt+j"], "command": "scroll_lines", "args": {"amount": -5.0 } },
{ "keys": ["ctrl+u"], "command": "expand_selection", "args": {"to": "line"} },
{ "keys": ["ctrl+shift+u"], "command": "expand_region"},
{ "keys": ["ctrl+shift+space"], "command": "expand_region"},
{ "keys": ["alt+ctrl+h"], "command": "move_to", "args": {"to": "bol", "extend": false} },
{ "keys": ["alt+ctrl+l"], "command": "move_to", "args": {"to": "eol", "extend": false} },
{ "keys": ["shift+alt+ctrl+h"], "command": "move_to", "args": {"to": "bol", "extend": true} },
{ "keys": ["shift+alt+ctrl+l"], "command": "move_to", "args": {"to": "eol", "extend": true} },
{ "keys": ["ctrl+1"], "command": "select_by_index", "args": { "index": 0 } },
{ "keys": ["ctrl+2"], "command": "select_by_index", "args": { "index": 1 } },
{ "keys": ["ctrl+3"], "command": "select_by_index", "args": { "index": 2 } },
{ "keys": ["ctrl+4"], "command": "select_by_index", "args": { "index": 3 } },
{ "keys": ["ctrl+5"], "command": "select_by_index", "args": { "index": 4 } },
{ "keys": ["ctrl+6"], "command": "select_by_index", "args": { "index": 5 } },
{ "keys": ["ctrl+7"], "command": "select_by_index", "args": { "index": 6 } },
{ "keys": ["ctrl+8"], "command": "select_by_index", "args": { "index": 7 } },
{ "keys": ["ctrl+9"], "command": "select_by_index", "args": { "index": 8 } },
{ "keys": ["ctrl+0"], "command": "null"},
{ "keys": ["alt+0"], "command": "focus_side_bar" },
{ "keys": ["alt+ctrl+s"], "command": "reveal_in_side_bar" },
{ "keys": ["ctrl+q"], "command": "toggle_side_bar" },
{ "keys": ["alt+1"], "command": "focus_group", "args": { "group": 0 } },
{ "keys": ["alt+2"], "command": "focus_group", "args": { "group": 1 } },
{ "keys": ["alt+3"], "command": "focus_group", "args": { "group": 2 } },
{ "keys": ["alt+4"], "command": "focus_group", "args": { "group": 3 } },
{ "keys": ["alt+5"], "command": "focus_group", "args": { "group": 4 } },
{ "keys": ["alt+6"], "command": "focus_group", "args": { "group": 5 } },
{ "keys": ["alt+7"], "command": "focus_group", "args": { "group": 6 } },
{ "keys": ["alt+8"], "command": "focus_group", "args": { "group": 7 } },
{ "keys": ["alt+9"], "command": "focus_group", "args": { "group": 8 } },
{ "keys": ["alt+shift+1"], "command": "move_to_group", "args": { "group": 0 } },
{ "keys": ["alt+shift+2"], "command": "move_to_group", "args": { "group": 1 } },
{ "keys": ["alt+shift+3"], "command": "move_to_group", "args": { "group": 2 } },
{ "keys": ["alt+shift+4"], "command": "move_to_group", "args": { "group": 3 } },
{ "keys": ["alt+shift+5"], "command": "move_to_group", "args": { "group": 4 } },
{ "keys": ["alt+shift+6"], "command": "move_to_group", "args": { "group": 5 } },
{ "keys": ["alt+shift+7"], "command": "move_to_group", "args": { "group": 6 } },
{ "keys": ["alt+shift+8"], "command": "move_to_group", "args": { "group": 7 } },
{ "keys": ["alt+shift+9"], "command": "move_to_group", "args": { "group": 8 } },
{
"keys": ["alt+ctrl+shift+1"],
"command": "set_layout",
"args":
{
"cols": [0.0, 1.0],
"rows": [0.0, 1.0],
"cells": [[0, 0, 1, 1]]
}
},
{
"keys": ["alt+ctrl+shift+2"],
"command": "set_layout",
"args":
{
"cols": [0.0, 0.5, 1.0],
"rows": [0.0, 1.0],
"cells": [[0, 0, 1, 1], [1, 0, 2, 1]]
}
},
{
"keys": ["alt+ctrl+shift+3"],
"command": "set_layout",
"args":
{
"cols": [0.0, 0.33, 0.66, 1.0],
"rows": [0.0, 1.0],
"cells": [[0, 0, 1, 1], [1, 0, 2, 1], [2, 0, 3, 1]]
}
},
{
"keys": ["alt+ctrl+shift+4"],
"command": "set_layout",
"args":
{
"cols": [0.0, 0.25, 0.5, 0.75, 1.0],
"rows": [0.0, 1.0],
"cells": [[0, 0, 1, 1], [1, 0, 2, 1], [2, 0, 3, 1], [3, 0, 4, 1]]
}
},
{
"keys": ["alt+ctrl+shift+8"],
"command": "set_layout",
"args":
{
"cols": [0.0, 1.0],
"rows": [0.0, 0.5, 1.0],
"cells": [[0, 0, 1, 1], [0, 1, 1, 2]]
}
},
{
"keys": ["alt+ctrl+shift+9"],
"command": "set_layout",
"args":
{
"cols": [0.0, 1.0],
"rows": [0.0, 0.33, 0.66, 1.0],
"cells": [[0, 0, 1, 1], [0, 1, 1, 2], [0, 2, 1, 3]]
}
},
{
"keys": ["alt+ctrl+shift+5"],
"command": "set_layout",
"args":
{
"cols": [0.0, 0.5, 1.0],
"rows": [0.0, 0.5, 1.0],
"cells":
[
[0, 0, 1, 1], [1, 0, 2, 1],
[0, 1, 1, 2], [1, 1, 2, 2]
]
}
},
{
"keys": ["ctrl+f", "<character>"],
"command": "easy_motion",
"args": {"select_text": false}
},
{
"keys": ["ctrl+f", "enter"],
"command": "easy_motion",
"args": {"select_text": false, "character": "enter"}
},
{
"keys": ["ctrl+shift+f", "<character>"],
"command": "easy_motion",
"args": {"select_text": true}
},
{
"keys": ["ctrl+shift+f", "enter"],
"command": "easy_motion",
"args": {"select_text": true, "character": "enter"}
},
{ "keys": ["ctrl+shift+o"], "command": "prompt_open_folder" },
{ "keys": ["ctrl+alt+w"], "command": "close_others" },
{ "keys": ["ctrl+e"], "command": "open_dir", "args": {"dir": "$file_path", "file": "$file_name"}},
{ "keys": ["ctrl+shift+w"], "command": "close_all"},
{ "keys": ["ctrl+n"], "command": "advanced_new_file_new"},
{ "keys": ["ctrl+t"], "command": "fold"},
{ "keys": ["ctrl+shift+t"], "command": "unfold"},
{ "keys": ["ctrl+shift+alt+t"], "command": "unfold_all"},
{ "keys":["ctrl+shift+e"],"command":"cmd"},
{ "keys": ["ctrl+shift+d"], "command": "find_under_expand_skip" },
{ "keys": ["ctrl+shift+m"], "command": "next_bookmark" },
{ "keys": ["ctrl+alt+m"], "command": "prev_bookmark" },
{ "keys": ["ctrl+m"], "command": "toggle_bookmark" },
{ "keys": ["ctrl+shift+alt+m"], "command": "clear_bookmarks" },
]
[
// Change font size with ctrl+scroll wheel
{ "button": "scroll_down", "modifiers": ["ctrl"], "command": "null" },
{ "button": "scroll_up", "modifiers": ["ctrl"], "command": "null" }
]
{
"bootstrapped": true,
"in_process_packages":
[
],
"installed_packages":
[
"AdvancedNewFile",
"Better JavaScript",
"DevDocs",
"DocBlockr",
"EasyMotion",
"Evernote",
"ExpandRegion",
"GitGutter",
"MarkdownEditing",
"Missing Palette Commands",
"Mocha Snippets",
"Package Control",
"Select Quoted",
"SortBy",
"Terminal",
"Theme - Afterglow",
"TypeScript",
"WordCount"
]
}
{
// The command to execute for the terminal, leave blank for the OS default
// On OS X the terminal can be set to iTerm.sh to execute iTerm
"terminal": "C:\\Program Files\\cmder\\cmder.exe",
"parameters": ["%CWD%"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment