Edges by
The keyboard operation under Vim is remembered when operating under the Sublime Text 2. I was happy to find it on the Internet, and found out that Sublime text 2 supports the VIM-like keyboard operation.
Configure the process in this share.
Open config file: "Settings-user"
- Mouse operation: Click "Settings-user" under "Preferences" menu;
- Keyboard operation:
2.1 Press down Ctrl + Shift + P
(Ubuntu) To adjust the command panel;
2.2 Enter settings user
and select "Preferences:settings-user" and press the Back button to confirm;
Edit configuration file: "Settings-user"
Add the following content to the "settings-user" configuration file:
{ "ignored_packages":[]}
If the file already has other content, simply add the medium line inside the content.
The experience proves
Once you've saved your profile, press the key again Esc
to get into Vim mode and enjoy the convenience of working with your hands without the keyboard.
The state of the lower left corner of the Sublime Text 2 linked fields will elevate the current mode: "COMMAND model, INSERT model, VISUAL model" and so on.
Explain
Above environment:
ubuntu:12.04 LTS
Sublime Text 2:version 2.0.1, Build 2217
from:http://my.oschina.net/xyly624/blog/137185
Turn on Vim mode at Sublime Text 2