about summary refs log tree commit diff
path: root/vim/.vim/bundle/stime/README.md
blob: be176425432b0dac1f78afadaaa5d5c41bb62a11 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Stime - Simple Table Input Method Engine for Vim

This plugin was developed when the author (me) didn't notice the existent of
Vim's `keymap`. However, Stime might still be useful as it uses `noremap!`
instead. As a result, Stime alow more flexible mappings than `keymap`.

## Installation

Install it like other plugins.

In vimrc add the following line, with the input method file name in the place of
`foo`.

    let g:stime_table = "foo"

Input methods might be put in `{runtimepath}/tables/`. To create another input
method, start from `tables/template`, which has similar format with Ibus Table's
input method table.