https://github.com/simnalamburt/vim-tiny-ime
🦔 Tiny automatic IME switcher for macOS
https://github.com/simnalamburt/vim-tiny-ime
Last synced: 3 days ago
JSON representation
🦔 Tiny automatic IME switcher for macOS
- Host: GitHub
- URL: https://github.com/simnalamburt/vim-tiny-ime
- Owner: simnalamburt
- License: gpl-3.0
- Created: 2019-05-15T05:18:51.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-16T04:15:41.000Z (about 6 years ago)
- Last Synced: 2024-10-12T18:56:13.510Z (9 months ago)
- Language: Python
- Homepage:
- Size: 48.8 KB
- Stars: 41
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list - vim-tiny-ime
README
vim-tiny-ime
========
Tiny automatic IME switcher for macOS. Switch to English IME whenever vim
switchs to normal mode.```vim
Plug 'simnalamburt/vim-tiny-ime'
```vim-tiny-ime is quick and lightweight to run and install, as it uses
[macos-input-source] 0.1.4, which provides a small universal binary.[macos-input-source]: https://github.com/simnalamburt/macos-input-source
### Options
If you want to change the default IME, set `g:tiny_ime_default`.
```vim
let g:tiny_ime_default = 'Colemak'
```The default value of `g:tiny_ime_default` is `'ABC'`.
Â
--------
*vim-tiny-ime* is primarily distributed under the terms of the [GNU General
Public License, version 3] or any later version. See [COPYRIGHT] for details.[GNU General Public License, version 3]: LICENSE
[COPYRIGHT]: COPYRIGHT