about summary refs log tree commit diff
path: root/vim/.vim/bundle/stime/README.md
diff options
context:
space:
mode:
authorMcSinyx <vn.mcsinyx@gmail.com>2016-05-18 14:25:25 +0700
committerRaphael McSinyx <vn.mcsinyx@gmail.com>2016-11-20 16:36:30 +0700
commit57a8d8360c85528fb477e76ef1a5f2eeb151be14 (patch)
tree78de696741ad906e48e488e1968efcce984631c4 /vim/.vim/bundle/stime/README.md
parent095074967392b3b4c21891693a6ac9e40d1958d4 (diff)
downloaddotfiles-57a8d8360c85528fb477e76ef1a5f2eeb151be14.tar.gz
Initial commit
Diffstat (limited to 'vim/.vim/bundle/stime/README.md')
-rw-r--r--vim/.vim/bundle/stime/README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/vim/.vim/bundle/stime/README.md b/vim/.vim/bundle/stime/README.md
new file mode 100644
index 0000000..be17642
--- /dev/null
+++ b/vim/.vim/bundle/stime/README.md
@@ -0,0 +1,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.