hls and wrap toggle for vim
This commit is contained in:
parent
e241e573ea
commit
0bb28a012b
1 changed files with 2 additions and 1 deletions
3
vimrc
3
vimrc
|
@ -46,7 +46,8 @@ nnoremap <Leader>n :setlocal number!<CR>
|
|||
nnoremap <Leader>r :setlocal relativenumber!<CR>
|
||||
nnoremap <Leader>l :setlocal list!<CR>
|
||||
nnoremap <Leader>c :setlocal cursorline!<CR>
|
||||
nnoremap <Leader>/ :nohls<CR>
|
||||
nnoremap <Leader>/ :setlocal hls!<CR>
|
||||
nnoremap <Leader>v :setlocal wrap!<CR>
|
||||
"home / end
|
||||
noremap H ^
|
||||
noremap L $
|
||||
|
|
Loading…
Reference in a new issue