<space>wv set invlist

This commit is contained in:
ManjaroOne666 2018-05-27 23:24:53 +01:00
parent d18c8b1c01
commit d08dc33997
1 changed files with 1 additions and 0 deletions

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;