autocomp.vim : Auto-complete VIM script tailored for those with RSI
script karma |
Rating 6/5,
Downloaded by 2134 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
André dos Santos |
|
script type |
utility |
|
description |
The purpose of this script is to allow the user to auto-complete a word without having to first press a key combination to open up the list of options, and then have to press more keys (usually the arrow keys) until you get to the word you want to type. With this script, you type a letter or two, and then the number that represents the word that you want to type. The idea is to have the user press as few keys as possible for an auto-completion.
This script is made for people who cannot type as much as they used to anymore. It will probably slow you down somewhat initially, but if you're looking for this script, you're probably not worried about speed.
Until someone figures out how to connect speech recognition to VIM in a useful way, this may help. :-)
Documentation and usage instructions are in the file autocomp.vim. |
|
install details |
Copy autocomp.vim to the VIM plugin's directory.
On Windows, this would be: ...\vimfiles\plugin\.
On Linux: ~/.vim/plugin/.
Use the F5 key to open the auto-complete window.
You can customize the key using something like the following in your VIM rc file:
nmap <unique> <...> <Plug>AutocompStart
Also available at:
http://github.com/andre-luiz-dos-santos/autocomp |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 3.16.149.93
|