Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 499 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 499 Bytes

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.