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