Skip to content

Instantly share code, notes, and snippets.

@jasonwbarnett
Created June 7, 2014 14:31
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 jasonwbarnett/ebaeca2561e5a861c5f3 to your computer and use it in GitHub Desktop.
Save jasonwbarnett/ebaeca2561e5a861c5f3 to your computer and use it in GitHub Desktop.
This fixes normal vim behavior in Windows when using cygwin
cat >> ~/.vimrc <<EOF
set nocompatible
set backspace=indent,eol,start
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment