Skip to content

Commit

Permalink
.vimrc: Explicitly allow the use of backspace in insert mode
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed Jun 17, 2012
1 parent b61588d commit b84bcd5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ set clipboard=unnamed
set wildmenu
" Allow cursor keys in insert mode
set esckeys
# Allow backspace in insert mode
set backspace=indent,eol,start
" Optimize for fast terminal connections
set ttyfast
" Add the g flag to search/replace by default
Expand Down

0 comments on commit b84bcd5

Please sign in to comment.