Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 .buildpacks

https://github.com/glittershark/heroku-buildpack-vimode
https://github.com/heroku/heroku-buildpack-ruby
```

## License

Licensed under the MIT License