소스 검색

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