Skip to content

Instantly share code, notes, and snippets.

@micahpearlman
Created February 28, 2013 20:30
Show Gist options
  • Save micahpearlman/5059855 to your computer and use it in GitHub Desktop.
Save micahpearlman/5059855 to your computer and use it in GitHub Desktop.
basic .vimrc to fix arrow keys and backspace
"# fixes arrow keys
set nocompatible
"# fixes backspace/delete
set backspace=indent,eol,start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment