0
我想安裝Vintageous包,以便我可以在Sublime中使用Vim命令。我下載了Vintageous.sublime-package文件並將其添加到Installed Packages文件夾中,正如我在這裏被告知的那樣:https://github.com/guillermooo/Vintageous#vintageous。安裝Vintageous包
然後我重新啓動了Sublime,重新打開它,然後按Esc進入命令模式。什麼都沒發生 - 崇高仍然像以前一樣。
我在做什麼錯?
這裏是我的「Preferences.sublime的設置 - 用戶」文件:
{
"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
}
我確實做到了這5件事情後,並按下Esc鍵進入命令行模式,但它仍然表現爲它之前。 – nickackerman42
你能分享你的用戶設置嗎? 'Ctrl + Shift + P'鍵入'Settings - User',然後顯示你的用戶設置。你能分享那個文件嗎? – thalesmello
當然 - 我在問題中包含了該文件。 – nickackerman42