An open API service indexing awesome lists of open source software.

https://github.com/mattkretz/vim-tabmaybecompletes

Make the Tab key more useful
https://github.com/mattkretz/vim-tabmaybecompletes

tabcompletion vim-plugin

Last synced: 3 months ago
JSON representation

Make the Tab key more useful

Awesome Lists containing this project

README

          

# tabmaybecompletes.vim

This is a trivial plugin to make the Tab key more useful in INSERT mode. If the
preceding character is a keyword character (`iskeyword`), the Tab key press
turns into CTRL-P and Shift-Tab into CTRL-N.

## Installation

mkdir -p ~/.vim/pack/mattkretz/start
cd ~/.vim/pack/mattkretz/start
git clone https://github.com/mattkretz/vim-tabmaybecompletes

## License

Copyright © Matthias Kretz. Distributed under the same terms as Vim itself.
See `:help license`.