Skip to content

Instantly share code, notes, and snippets.

@wisnubaldas
Forked from hectorperez/install mac vim - gvim
Created October 16, 2021 14:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wisnubaldas/5b7e5e021ffaccb80f92431cfbcd3dd1 to your computer and use it in GitHub Desktop.
Save wisnubaldas/5b7e5e021ffaccb80f92431cfbcd3dd1 to your computer and use it in GitHub Desktop.
install mac vim / gvim
Step 1. Install homebrew from here: http://brew.sh
Step 1.1. Run export PATH=/usr/local/bin:$PATH
Step 2. Run brew update
Step 3. Run brew install vim && brew install macvim
Step 4. Run brew link macvim
# http://stackoverflow.com/questions/21012203/gvim-or-macvim-in-mac-os-x/21012284#21012284
Adv:
- copy & paste between tabs
- mouse selection doesn't include column numbers
- touchpad scroll with two fingers
Anyway, most of the time I use just Vim.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment