Skip to content

Instantly share code, notes, and snippets.

@brianleroux
Created April 18, 2019 23:17
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brianleroux/52e0d2ac40f26c462d8530f728fd9566 to your computer and use it in GitHub Desktop.
Save brianleroux/52e0d2ac40f26c462d8530f728fd9566 to your computer and use it in GitHub Desktop.
upgrade vim on os x from scratch
git clone https://github.com/vim/vim.git
cd vim/src
./configure --enable-multibyte --enable-terminal --enable-gui=no --without-x
make
sudo make install
@brianleroux
Copy link
Author

this enables :term command which is an inline terminal emulator

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