Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/glittershark/heroku-buildpack-vimode
Set vi-mode in Readline on Heroku
https://github.com/glittershark/heroku-buildpack-vimode
Last synced: 2 days ago
JSON representation
Set vi-mode in Readline on Heroku
- Host: GitHub
- URL: https://github.com/glittershark/heroku-buildpack-vimode
- Owner: glittershark
- License: mit
- Created: 2015-05-19T16:28:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-19T17:19:35.000Z (over 9 years ago)
- Last Synced: 2024-11-10T02:48:53.895Z (about 2 months ago)
- Language: Shell
- Homepage:
- Size: 117 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
heroku-buildpack-vimode
=======================
Buildpack intended for use with [heroku-buildpack-multi][bm] to set vi-mode in
the Readline config on heroku, for use with Rails Console, etc.[bm]: https://github.com/ddollar/heroku-buildpack-multi
## Usage
Just add it as a line to your `.buildpacks` file, ie:
```
> cat .buildpackshttps://github.com/glittershark/heroku-buildpack-vimode
https://github.com/heroku/heroku-buildpack-ruby
```## License
Licensed under the MIT License