ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Smart​IM

by overcache Mac ALL

reset input method to us when enter normal_mode, and restore previous input method when you enter insert_mode

Details

Installs

  • Total 53
  • Win 0
  • Mac 53
  • Linux 0
Dec 22 Dec 21 Dec 20 Dec 19 Dec 18 Dec 17 Dec 16 Dec 15 Dec 14 Dec 13 Dec 12 Dec 11 Dec 10 Dec 9 Dec 8 Dec 7 Dec 6 Dec 5 Dec 4 Dec 3 Dec 2 Dec 1 Nov 30 Nov 29 Nov 28 Nov 27 Nov 26 Nov 25 Nov 24 Nov 23 Nov 22 Nov 21 Nov 20 Nov 19 Nov 18 Nov 17 Nov 16 Nov 15 Nov 14 Nov 13 Nov 12 Nov 11 Nov 10 Nov 9 Nov 8
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 3 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

  1. cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages
  2. 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