<space>wv set invlist

This commit is contained in:
ManjaroOne666 2018-05-27 23:24:53 +01:00
commit d08dc33997

View file

@ -7,6 +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>
" inoremap jk <esc>
nnoremap <silent> A :call CheckLineEnding()<CR>
nnoremap <space>co :!clear;