vim: deactivate cursorline
This commit is contained in:
parent
2317d8430e
commit
da878c299c
1 changed files with 2 additions and 2 deletions
4
.vimrc
4
.vimrc
|
@ -60,8 +60,8 @@ set smartcase
|
||||||
set number
|
set number
|
||||||
|
|
||||||
" setze cursorline
|
" setze cursorline
|
||||||
set cursorline
|
"set cursorline
|
||||||
highlight CursorLine cterm=NONE ctermbg=green ctermfg=white guibg=darkred guifg=white
|
"highlight CursorLine cterm=NONE ctermbg=green ctermfg=white guibg=darkred guifg=white
|
||||||
|
|
||||||
" ### Kommandovervollständigung
|
" ### Kommandovervollständigung
|
||||||
" https://www.reddit.com/r/vim/comments/oo9gms/any_way_to_get_vim_to_not_defaulting_to_the_first/h5wygix/?context=8&depth=9
|
" https://www.reddit.com/r/vim/comments/oo9gms/any_way_to_get_vim_to_not_defaulting_to_the_first/h5wygix/?context=8&depth=9
|
||||||
|
|
Loading…
Reference in a new issue