- User keymap
-
[ { "keys": ["alt+h"], "command": "move", "args": {"by": "characters", "forward": false} }, { "keys": ["alt+l"], "command": "move", "args": {"by": "characters", "forward": true} }, { "keys": ["alt+k"], "command": "move", "args": {"by": "lines", "forward": false} }, { "keys": ["alt+j"], "command": "move", "args": {"by": "lines", "forward": true} }, { "keys": ["shift+alt+k"], "command": "scroll_lines", "args": {"amount": 8.0 } }, { "keys": ["shift+alt+j"], "command": "scroll_lines", "args": {"amount": -8.0 } }, {"keys": ["alt+;"], "command": "move", "args": {"by": "pages", "forward": true }}, {"keys": ["alt+'"], "command": "move", "args": {"by": "pages", "forward": false }}, ]
- User settings
-
{ "color_scheme": "Packages/User/SublimeLinter/Monokai (SL).tmTheme", "default_line_ending": "unix", "font_size": 14, "ignored_packages": [], "translate_tabs_to_spaces": true, "vintage_start_in_command_mode": true, "vintageous_use_ctrl_keys": false, "remember_open_files": false, "hot_exit": false }
转载于:https://my.oschina.net/3cwYg4/blog/796507