remapped set invlist

This commit is contained in:
ManjaroOne666 2018-05-28 16:18:39 +01:00
commit 5b9c40b0a0

View file

@ -7,7 +7,7 @@ nnoremap : :setlocal norelativenumber<CR>:
nnoremap <silent> <space>rc :so $MYVIMRC<CR>
nnoremap <silent> <space>nn :set invrelativenumber<CR>
nnoremap <silent><expr> <space>nh (&hls && v:hlsearch ? ':nohls' : ':set hls')."\n"
nnoremap <silent> <space>ws :set invlist<CR>
nnoremap <silent> <space>sw :set invlist<CR>
" inoremap jk <esc>
nnoremap <silent> A :call CheckLineEnding()<CR>
nnoremap <space>co :!clear;