Skip to content

Commit

Permalink
Allow backspacing over everything in insert mode
Browse files Browse the repository at this point in the history
The previous setting frequently slowed my ability to edit.
  • Loading branch information
Dan Croak committed Sep 11, 2013
1 parent a4dff5e commit 338cc0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vimrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
" Leader
let mapleader = " "

set backspace=2 " Backspace deletes like most programs in insert mode
set nocompatible " Use Vim settings, rather then Vi settings
set nobackup
set nowritebackup
Expand Down

0 comments on commit 338cc0f

Please sign in to comment.