From 25b5afef81a0901f211cda5132c97df3ae88c419 Mon Sep 17 00:00:00 2001 From: McSinyx Date: Mon, 30 May 2016 20:42:42 +0700 Subject: Remove some shits --- vim/.vim/bundle/stime/README.md | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 vim/.vim/bundle/stime/README.md (limited to 'vim/.vim/bundle/stime/README.md') diff --git a/vim/.vim/bundle/stime/README.md b/vim/.vim/bundle/stime/README.md deleted file mode 100644 index 81da17d..0000000 --- a/vim/.vim/bundle/stime/README.md +++ /dev/null @@ -1,24 +0,0 @@ -# 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. - -## Usage - -Use `` to toggle the plugin on/off. `s` to reload -input table and toggle the plugin. Further usage or customization, please read -the plugin's source code. -- cgit 1.4.1