Commit 8a1131ab authored by Taddeüs Kroes's avatar Taddeüs Kroes

Vimrc fixes

parent a2711717
...@@ -39,7 +39,7 @@ set textwidth=79 " break line at 79 chars ...@@ -39,7 +39,7 @@ set textwidth=79 " break line at 79 chars
" Tabs are for heathens, we indent with spaces " Tabs are for heathens, we indent with spaces
set expandtab smarttab set expandtab smarttab
set shiftwidth=4 tabstop=8 softtabstop=0 set shiftwidth=4 tabstop=8 softtabstop=-1
set autoindent copyindent set autoindent copyindent
set shiftround set shiftround
set backspace=indent,eol,start set backspace=indent,eol,start
...@@ -62,9 +62,9 @@ let g:netrw_preview=1 " Preview window shown in a vertically split ...@@ -62,9 +62,9 @@ let g:netrw_preview=1 " Preview window shown in a vertically split
set history=1000 undolevels=1000 set history=1000 undolevels=1000
set wildignore=*.swp,*.bak,*.pyc,*.class,*.old set wildignore=*.swp,*.bak,*.pyc,*.class,*.old
set hlsearch " highlight search terms set hlsearch " highlight search terms
set incsearch " show search matches as you type set incsearch " show search matches as you type
set smartcase " clever case sensitivity set ignorecase smartcase " clever case sensitivity
" ----------------------- " -----------------------
" Key bindings / commands " Key bindings / commands
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment