https://github.com/daviddesimone/vimhud
A program built in python designed to parse an input string and output the Vim commands contained in it.
https://github.com/daviddesimone/vimhud
Last synced: 16 days ago
JSON representation
A program built in python designed to parse an input string and output the Vim commands contained in it.
- Host: GitHub
- URL: https://github.com/daviddesimone/vimhud
- Owner: DavidDeSimone
- Created: 2014-10-01T02:11:30.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-20T00:02:38.000Z (over 10 years ago)
- Last Synced: 2025-03-21T00:44:40.466Z (3 months ago)
- Language: Python
- Size: 460 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
VimHUD is used an addon for Vim built in python and VimScript, that recommends commands for you to learn. VimHUD remembers which commands you know and can identify which commands will reduce the most amount of keystrokes and displays a new command on the bottom of your screen.
Installation: The easiest way to install is to use pathogen. After installing pathogen clone this repo into your .vim/bundle folder. After this, run the following shell script:
source ~/.vim/bundle/VimParser/install.sh
This is needed for VimHUD to record you keystrokes while you are in vim. This may change in the future if we find a better way of doing this.
After that, just launch vim and you'll be getting suggestions in no time! To increase or decrease the rate of suggestion, you can do
:set updatetime=2000
Lower means faster updates, and higher means slower updates. We are still experimenting with the default value.
Please understand that we are still in a development state, so please bare with us and report any bugs :)
Dependencies:
Python 2.7