set ignorecase hlsearch incsearch
set nowrapscan

set nowrap

set tabstop=4 shiftwidth=4 expandtab shiftwidth=4
set autoindent

" Show "invisible" characters
set lcs=tab:>>,trail:.,nbsp:_
set list

" Use the OS clipboard by default (on versions compiled with `+clipboard`)
set clipboard=unnamed

set cursorline

" center current line
nmap wc zz
" top current line
nmap wt zt
" bottom current line
nmap wb L
" copy all lines in current file
nmap <C-a> 10000yy
