Signed-off-by: Marcin Wozniak <y0rune@aol.com>
This commit is contained in:
Marcin Woźniak 2020-08-04 16:20:02 +02:00 committed by Marcin Wozniak
parent d6760355ea
commit dab188b470

5
.vimrc
View File

@ -32,7 +32,6 @@ set nocompatible
set hlsearch set hlsearch
set incsearch set incsearch
set noshowmode set noshowmode
set cursorline
set cmdheight=1 set cmdheight=1
syntax on syntax on
filetype plugin indent on filetype plugin indent on
@ -51,7 +50,6 @@ set expandtab
" editing " editing
runtime! macros/matchit.vim runtime! macros/matchit.vim
set backspace=indent,eol,start
" visual feedback " visual feedback
set laststatus=2 set laststatus=2
@ -74,9 +72,8 @@ let &t_SI = "\<esc>[6 q"
let &t_EI = "\<esc>[2 q" let &t_EI = "\<esc>[2 q"
" colors " colors
set bg=dark
colorscheme desert colorscheme desert
hi CursorLine cterm=NONE term=NONE ctermbg=NONE guibg=NONE
hi CursorLine ctermbg=235
" map " map
nnoremap S :%s//g<Left><Left> nnoremap S :%s//g<Left><Left>