remapped set invlist
This commit is contained in:
parent
0bedef1914
commit
5b9c40b0a0
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue