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
  • Save wisnubaldas/5b7e5e021ffaccb80f92431cfbcd3dd1 to your computer and use it in GitHub Desktop.
Save wisnubaldas/5b7e5e021ffaccb80f92431cfbcd3dd1 to your computer and use it in GitHub Desktop.

Revisions

  1. @hectorperez hectorperez revised this gist Oct 6, 2014. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion install mac vim - gvim
    Original file line number Diff line number Diff line change
    @@ -9,4 +9,6 @@ Step 4. Run brew link macvim
    Adv:
    - copy & paste between tabs
    - mouse selection doesn't include column numbers
    - touchpad scroll with two fingers
    - touchpad scroll with two fingers

    Anyway, most of the time I use just Vim.
  2. @hectorperez hectorperez revised this gist Oct 2, 2014. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion install mac vim - gvim
    Original file line number Diff line number Diff line change
    @@ -8,4 +8,5 @@ Step 4. Run brew link macvim

    Adv:
    - copy & paste between tabs
    - mouse selection doesn't include column numbers
    - mouse selection doesn't include column numbers
    - touchpad scroll with two fingers
  3. @hectorperez hectorperez revised this gist Oct 2, 2014. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion install mac vim - gvim
    Original file line number Diff line number Diff line change
    @@ -7,4 +7,5 @@ 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
    - copy & paste between tabs
    - mouse selection doesn't include column numbers
  4. @hectorperez hectorperez revised this gist Oct 2, 2014. 1 changed file with 4 additions and 1 deletion.
    5 changes: 4 additions & 1 deletion install mac vim - gvim
    Original file line number Diff line number Diff line change
    @@ -4,4 +4,7 @@ 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
    # http://stackoverflow.com/questions/21012203/gvim-or-macvim-in-mac-os-x/21012284#21012284

    Adv:
    - copy & paste between tabs
  5. @hectorperez hectorperez created this gist Sep 30, 2014.
    7 changes: 7 additions & 0 deletions install mac vim - gvim
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    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