aboutsummaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
authorShawn Jonnet <sjonnet19@gmail.com>2012-06-17 10:11:27 -0300
committerMathias Bynens <mathias@qiwi.be>2012-06-17 15:25:30 +0200
commit27049fbabc2e3a4db9be7ee3292a15720fe54bd0 (patch)
tree8f269caeceb626475049c3db16e5fee837cff0a3 /.vimrc
parentb84bcd5220ad17c0d874b59f77e6ad12a37e1b73 (diff)
downloaddotfiles-27049fbabc2e3a4db9be7ee3292a15720fe54bd0.tar.gz
dotfiles-27049fbabc2e3a4db9be7ee3292a15720fe54bd0.tar.bz2
dotfiles-27049fbabc2e3a4db9be7ee3292a15720fe54bd0.zip
.vimrc: Fix typo in comment
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index 7213d19..4e53b40 100644
--- a/.vimrc
+++ b/.vimrc
@@ -6,7 +6,7 @@ set clipboard=unnamed
set wildmenu
" Allow cursor keys in insert mode
set esckeys
-# Allow backspace in insert mode
+" Allow backspace in insert mode
set backspace=indent,eol,start
" Optimize for fast terminal connections
set ttyfast