- 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
本文详细介绍了Sublime Text编辑器的用户自定义快捷键和设置,包括字符、行、页面导航,滚动行数调整,以及主题、字体大小、默认行尾、Tab转空格等设置。
879

被折叠的 条评论
为什么被折叠?



