Skip to content

Instantly share code, notes, and snippets.

@wayou
Last active August 18, 2016 02:53
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save wayou/816a5dbbe572c80019aa to your computer and use it in GitHub Desktop.
{
"folder_exclude_patterns":
[
"_output",
".svn",
".git",
".hg",
"CVS",
"node_modules",
".DStore"
],
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"caret_extra_width": 1,
"caret_style": "phase",
"color_scheme": "Packages/Colorsublime-Themes/Chrome_DevTools.tmtheme",
"font_size": 13,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignore_vcs_packages": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"overlay_scroll_bars": "enabled",
"rulers":
[
120
],
"update_check": false,
"word_wrap": true
}
快捷键
[{
"keys": ["h"],
"command": "move",
"args": {
"by": "characters",
"forward": false
},
"context": [{
"key": "control",
"operand": "sidebar_tree"
}]
}, {
"keys": ["j"],
"command": "move",
"args": {
"by": "lines",
"forward": true
},
"context": [{
"key": "control",
"operand": "sidebar_tree"
}]
}, {
"keys": ["k"],
"command": "move",
"args": {
"by": "lines",
"forward": false
},
"context": [{
"key": "control",
"operand": "sidebar_tree"
}]
}, {
"keys": ["l"],
"command": "move",
"args": {
"by": "characters",
"forward": true
},
"context": [{
"key": "control",
"operand": "sidebar_tree"
}]
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment