Skip to content

Instantly share code, notes, and snippets.

@tarmstrong
Created January 2, 2014 17:53

Revisions

  1. tarmstrong created this gist Jan 2, 2014.
    4 changes: 4 additions & 0 deletions vimunstaged.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    #!/usr/bin/env bash

    MODDED_FILES=$( git ls-files --modified );
    vim -p $MODDED_FILES