浏览代码

force nice backspace behavioour

Kevin Heinicke 10 年之前
父节点
当前提交
143a487894
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .vimrc

+ 1 - 0
.vimrc

@@ -84,6 +84,7 @@ set expandtab " use 'tabstop' spaces instead of tab
 set colorcolumn=80 " Bar hinting for 80 chars
 set breakindent "baby, yeah!
 set mouse=a " activate mouse support
+set backspace=indent,eol,start "this is the backspace you want!
 
 "Tomorrow color scheme
 colo Tomorrow-Night-Eighties