Skip to content
forked from mitsuse/swim

A vim plugin to switch the input method when entering and leaving insert mode for macOS.

License

Notifications You must be signed in to change notification settings

colinaaa/swim.vim

 
 

Repository files navigation

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.

About

A vim plugin to switch the input method when entering and leaving insert mode for macOS.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 89.4%
  • Vim Script 9.7%
  • Shell 0.9%