remove auto indent. fix weird intent when pasting.
This commit is contained in:
parent
f9701c4085
commit
0fcd752c17
2
init.sh
2
init.sh
|
@ -27,8 +27,6 @@ set expandtab " expand tabs by default (overloadable per file
|
|||
set shiftwidth=4 " number of spaces to use for autoindenting
|
||||
set shiftround " use multiple of shiftwidth when indenting with '<' and '>'
|
||||
set backspace=indent,eol,start " allow backspacing over everything in insert mode
|
||||
set autoindent " always set autoindenting on
|
||||
set copyindent " copy the previous indentation on autoindenting
|
||||
set number " always show line numbers
|
||||
set ignorecase " ignore case when searching
|
||||
set smartcase " ignore case if search pattern is all lowercase,
|
||||
|
|
Loading…
Reference in New Issue