如果你问我为什么不直接用vim,我只能说我喜欢ST。
应该算是一个入门级的vimer,在ST下感觉还是不太方便,于是想开启vim mode,比较喜欢用ctrl+[退出,我看了文档说是支持的,但是发现被缩进给占用了。我要怎么去解决这些冲突。
应该算是一个入门级的vimer,在ST下感觉还是不太方便,于是想开启vim mode,比较喜欢用ctrl+[退出,我看了文档说是支持的,但是发现被缩进给占用了。我要怎么去解决这些冲突。
1
coolicer OP 尼玛,对不起各位。没有看到原来没有开启
Vintage supports these ctrl key bindings: Ctrl+[: Escape Ctrl+R: Redo Ctrl+Y: Scroll down one line Ctrl+E: Scroll up one line Ctrl+F: Page Down Ctrl+B: Page Up However, because they conflict with other Sublime Text 2 key bindings, these are disabled by default on Windows and Linux. They can be enabled with the vintage_ctrl_keys setting: "vintage_ctrl_keys": true |