Skip to content

Instantly share code, notes, and snippets.

@roblogic
Created May 8, 2017 22:28
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 roblogic/35037fe0266c80b4873811f9c25c50da to your computer and use it in GitHub Desktop.
Save roblogic/35037fe0266c80b4873811f9c25c50da to your computer and use it in GitHub Desktop.
Launch windows gVim from MSYS2 shell
start /c/Progra~1/Vim/vim80/gvim.exe -c "set ff=unix" "$@" &
@roblogic
Copy link
Author

Or if you're on 64 bit windows

start /c/Progra~2/Vim/vim80/gvim.exe -c "set ff=unix" "$@" &

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