Created
June 7, 2014 14:31
-
-
Save jasonwbarnett/ebaeca2561e5a861c5f3 to your computer and use it in GitHub Desktop.
This fixes normal vim behavior in Windows when using cygwin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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