Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1000 Bytes

README.md

File metadata and controls

43 lines (26 loc) · 1000 Bytes

Swim.vim

License

A Vim/Neovim plugin that can switch the current input method when enter and quit insert mode.

Great thanks to swim.

Installation

Using your favorite manager.

dein#add('colinaaa/swim.vim', { 'build', './build.sh' })

Or using Plug.

Plug 'colinaaa/swim.vim', { 'do': './build.sh' }

Usage

All the things works well by default.

When you are leaving insert mode, it will record your current input method and switch to the default one(com.apple.keylayout.ABC by default).

And when you re-enter the insert mode, it will restore your previous input method automatically.

See swim for more detail.

License

The content of this repository are licensed under the MIT License unless otherwise noted. Please read LICENSE for the detail.