Sublime Text 3 如何设置vim插件 vim模式
1、 安装并打开Sublime Text 3软件,如图所示

3、 找到ignored_packages,将"ignored_packages": ["Vinta爿讥旌护ge"]换成"ignored_packages": [],并保存

5、 设置处于默认状态,添加代码: "vintage_start_in_command_mode": true

7、 存在自动补锾哩菸谷全的选择是,使用ctrl+j就可以进行选择{ "keys": ["ctrl+j"], "command": "commit_completion", "context": [ { "key": "auto_complete_visible" }, { "key": "setting.auto_complete_commit_on_tab", "operand": false } ] },
