Skip to content

Commit

Permalink
add backspace fix for vims that don't work by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhirsch committed May 27, 2012
1 parent 3207b80 commit 3ee238e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
" nocompatible needed for a lot of vim behavior to 'just work'
set nocompatible

" on some systems, backspace doesn't work by default. this fixes it
set backspace=2

" some debian distros disable modelines by default for security reasons
set modeline modelines=5

Expand Down

0 comments on commit 3ee238e

Please sign in to comment.