<space>wv set invlist
This commit is contained in:
parent
d18c8b1c01
commit
d08dc33997
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue