smartchr : Insert several candidates with a single key
| script karma |
Rating 52/16,
Downloaded by 3811 |
Comments, bugs, improvements
|
Vim wiki
|
| created by |
| Kana Natsuno |
| |
| script type |
| utility |
| |
| description |
*smartchr* is a Vim plugin to support input several candidates with a single
key, like ess-smart-underscore in Emacs Speaks Statistics -- when user types
"_" key, it inserts " <- " for the first time or it replaces " <- " by "_" for
the second time. This plugin provides functions to support to define such
key bindings easily. For example:
inoremap <expr> _ smartchr#one_of(' <- ', '_')
Requirements:
- Vim 7.1 or later
Latest version:
http://github.com/kana/vim-smartchr
Document in HTML format:
http://kana.github.com/config/vim/smartchr.html |
| |
| install details |
| ... |
| |
script versions (upload new version)
Click on the package to download.
ip used for rating: 216.73.216.44
|