SmartIM
reset input method to us when enter normal_mode, and restore previous input method when you enter insert_mode
Details
Installs
- Total 55
- Win 0
- Mac 55
- Linux 0
May 9 | May 8 | May 7 | May 6 | May 5 | May 4 | May 3 | May 2 | May 1 | Apr 30 | Apr 29 | Apr 28 | Apr 27 | Apr 26 | Apr 25 | Apr 24 | Apr 23 | Apr 22 | Apr 21 | Apr 20 | Apr 19 | Apr 18 | Apr 17 | Apr 16 | Apr 15 | Apr 14 | Apr 13 | Apr 12 | Apr 11 | Apr 10 | Apr 9 | Apr 8 | Apr 7 | Apr 6 | Apr 5 | Apr 4 | Apr 3 | Apr 2 | Apr 1 | Mar 31 | Mar 30 | Mar 29 | Mar 28 | Mar 27 | Mar 26 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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 | 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 | 1 | 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