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
- Host: GitHub
- URL: https://github.com/mattkretz/vim-tabmaybecompletes
- Owner: mattkretz
- Created: 2019-10-29T09:40:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-16T08:19:55.000Z (almost 5 years ago)
- Last Synced: 2025-07-29T11:59:19.773Z (9 months ago)
- Topics: tabcompletion, vim-plugin
- Language: Vim script
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.