Skip to content

Instantly share code, notes, and snippets.

@dvdbng
Last active October 16, 2024 17:15
Show Gist options
  • Select an option

  • Save dvdbng/7375821b20f189c189ab1bd29392c98e to your computer and use it in GitHub Desktop.

Select an option

Save dvdbng/7375821b20f189c189ab1bd29392c98e to your computer and use it in GitHub Desktop.
Run vim in heroku updated 2017
mkdir ~/vim
cd ~/vim
# Staically linked vim version compiled from https://github.com/ericpruitt/static-vim
# Compiled on Jul 20 2017
curl 'https://s3.amazonaws.com/bengoa/vim-static.tar.gz' | tar -xz
export VIMRUNTIME="$HOME/vim/runtime"
export PATH="$HOME/vim:$PATH"
cd -
@boonep

boonep commented Aug 2, 2017

Copy link
Copy Markdown

Worked. Thanks!

@nzewail

nzewail commented Sep 19, 2017

Copy link
Copy Markdown

I ran this and am getting this error vim: error while loading shared libraries: libXt.so.6: cannot open shared object file: No such file or directory. Any advice?

@thomasdavis

Copy link
Copy Markdown

You rock!

@YoavHortman

Copy link
Copy Markdown

Thanks (:

@73VW

73VW commented Dec 18, 2017

Copy link
Copy Markdown

Thank you very much!

@pjar

pjar commented Jan 3, 2018

Copy link
Copy Markdown

Great - thanks!

@BloreBuddy

Copy link
Copy Markdown

Can anyone help me on this?

@elijahmurray

Copy link
Copy Markdown

Thanks!

@coderwurst

Copy link
Copy Markdown

Thanking you!

@yashka713

Copy link
Copy Markdown

👍 Thx)

@rynmlng

rynmlng commented Mar 29, 2018

Copy link
Copy Markdown

Still running into vim: error while loading shared libraries: libXt.so.6: cannot open shared object file: No such file or directory. Any help could be appreciated!

@arminyahya

Copy link
Copy Markdown

tnx

@Sahand1993

Copy link
Copy Markdown

Vim terminates with this message: Caught deadly signal TERM when running in the heroku shell. Anybody know why?

@Ammly

Ammly commented Apr 27, 2018

Copy link
Copy Markdown

Thanks.

@mjeng

mjeng commented May 23, 2018

Copy link
Copy Markdown

Getting an error where all the files on my one-off dyno are being overwritten when I run this script (in the heroku bash session). Is anyone else having this issue?

@pourmesomecode

Copy link
Copy Markdown

Sweet! Thanks :)

@bhushanjawle

Copy link
Copy Markdown

Thank you !

@anderson-giordani

Copy link
Copy Markdown

Sweet! Thanks

@wotori

wotori commented Jun 21, 2018

Copy link
Copy Markdown

Many thanks!

@hinok

hinok commented Jul 4, 2018

Copy link
Copy Markdown

Works!

@eliasdorneles

Copy link
Copy Markdown

Hi David! 😍
I just used this today, thanks for sharing! =)

@jasonheecs

Copy link
Copy Markdown

I made a Heroku cli plugin based on this gist that will allow one to use vim in a Heroku dyno via a heroku vim command: https://github.com/jasonheecs/heroku-vim

@nschmeller

Copy link
Copy Markdown

This worked for me! I had the same issue about loading shared object files, I came from this link: https://gist.github.com/btakita/7853541

@flameA

flameA commented Mar 27, 2020

Copy link
Copy Markdown

thanks

@sparcbr

sparcbr commented Feb 12, 2021

Copy link
Copy Markdown

I made a Heroku cli plugin based on this gist that will allow one to use vim in a Heroku dyno via a heroku vim command: github.com/jasonheecs/heroku-vim

This worked thanks

@lakwetu-tz

Copy link
Copy Markdown

awesome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment