nowrap + doku vim
This commit is contained in:
parent
348ecc0339
commit
6ff0926566
1 changed files with 2 additions and 1 deletions
3
.vimrc
3
.vimrc
|
@ -48,7 +48,8 @@ set encoding=UTF-8
|
||||||
set visualbell
|
set visualbell
|
||||||
set hlsearch
|
set hlsearch
|
||||||
set smartcase
|
set smartcase
|
||||||
set gdefault
|
set gdefault "global bei suche immer mit an"
|
||||||
|
set nowrap "verhindert zeilenumbrüche
|
||||||
set ignorecase
|
set ignorecase
|
||||||
set incsearch
|
set incsearch
|
||||||
set autoindent
|
set autoindent
|
||||||
|
|
Loading…
Reference in a new issue