我尝试安装Vintageous软件包,以便在Sublime中使用Vim命令。我下载了Vintageous.sublime-package文件并将其添加到Installed Packages文件夹中,我被告知要在此处执行:https://github.com/guillermooo/Vintageous#vintageous。
然后我重新启动Sublime,重新打开它,然后按Esc进入命令模式。什么也没发生 - Sublime仍然表现得像以前一样。
我做错了什么?
这是我的" Preferences.sublime-settings --User"文件:
{
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"create_window_at_startup": true,
"draw_white_space": "all",
"find_selected_text": true,
"font_size": 19,
"ignored_packages":
[
"ANSIescape",
"BeautifyRuby",
"Cucumber",
"Javascript Beautify",
"OmniMarkupPreviewer",
"PackageResourceViewer",
"Pretty JSON",
"ProductiveSnippetsRuby",
"SublimeCodeIntel",
"Sublimerge Pro",
"Vintage",
"WordHighlight"
],
"move_to_limit_on_up_down": false,
"open_files_in_new_window": false,
"scroll_past_end": true,
"show_full_path": true,
"tab_size": 2,
"translate_tabs_to_spaces": true
}
答案 0 :(得分:0)
我建议你改用Sublime Package Manager。
这非常容易。
Install Package
,按 Enter ,然后键入Vintageous