SmartIM
reset input method to us when enter normal_mode, and restore previous input method when you enter insert_mode
Details
Installs
- Total 45
- Win 0
- Mac 45
- Linux 0
Oct 3 | Oct 2 | Oct 1 | Sep 30 | Sep 29 | Sep 28 | Sep 27 | Sep 26 | Sep 25 | Sep 24 | Sep 23 | Sep 22 | Sep 21 | Sep 20 | Sep 19 | Sep 18 | Sep 17 | Sep 16 | Sep 15 | Sep 14 | Sep 13 | Sep 12 | Sep 11 | Sep 10 | Sep 9 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | Aug 30 | Aug 29 | Aug 28 | Aug 27 | Aug 26 | Aug 25 | Aug 24 | Aug 23 | Aug 22 | Aug 21 | Aug 20 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
SmartIM
reset Input Method to default keyboard-layout when exit insert mode, and restore Input Method after enter insert mode again.
inspire by smartim
Installation
Package Control
The easiest way to install SmartIM is with Package Control
- Bring up the Command Palette (cmd+shift+p on OS X, ctrl+shift+p on Linux/Windows)
- Select “Package Control: Install Package” (it'll take a few seconds)
- Select “SmartIM” when the list appears
Package Control will automatically keep SmartIM up to date with the latest version.
Manually
- cd
~/Library/Application\ Support/Sublime\ Text\ 3/Packages
git clone https://github.com/icymind/SmartIM
Config
If your keyboard layout isn't com.apple.keylayout.US
, you need to tell SmartIM by setting it in SmartIM.sublime-settings:
Click “Preferences - Package Settings - SmartIM - Settings - User”, then add the following line to the file:
{
"keyboard_layout": "your_default_keyboard_id"
}
Replace your_default_keyboard_id
with the ID string of your input method (which can be get via ./im-select
)
issue
if you got “permission deny” issue, please fix it by:
chmod +x ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/SmartIM/im-select