Skip to content

A Heroku plugin that allows you to use vim in a dyno

License

Notifications You must be signed in to change notification settings

jasonheecs/heroku-vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4219faf · Jan 1, 2019

History

10 Commits
Dec 20, 2018
Dec 31, 2018
Dec 31, 2018
Dec 20, 2018
Dec 20, 2018
Dec 31, 2018
Dec 20, 2018
Jan 1, 2019
Dec 31, 2018
Dec 31, 2018
Dec 31, 2018
Dec 20, 2018

Repository files navigation

heroku-vim

Build Status Coverage Status

A Heroku plugin that allows you to use vim in a dyno

Installation

heroku plugins:install @jasonheecs/heroku-vim

Usage

heroku vim -a <app-name>

This will install vim on your dyno and start a bash shell with vim installed on your $PATH

You can then open any file in the dyno with vim like so:

vim /path/to/file

Running another command instead of bash

You can set a command other than bash to be run:

heroku vim -c 'rails console' -a <app-name>

License

MIT