Skip to content

naaman/heroku-vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

heroku-vim

Installs vim in a dyno and starts a bash session.

Install

$ heroku plugins:install https://github.com/naaman/heroku-vim

Use

heroku vim

Example Output

$ heroku vim
Running `mkdir vim
curl https://s3.amazonaws.com/heroku-vim/vim-7.3.tar.gz --location --silent | tar xz -C vim
export PATH=$PATH:/app/vim/bin
bash` attached to terminal... up, run.2135
~ $ cat README
This is your new Play application
=====================================

This file will be packaged with your application, when using `play dist`.
~ $ vim README
~ $ cat README
Changed on a dyno!

About

Install vim and use it in a dyno

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages