mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-04 23:17:22 +01:00
remove unused toggle states
This commit is contained in:
5
vimrc
5
vimrc
@@ -221,13 +221,8 @@ noremap <leader>sa zg
|
|||||||
noremap <leader>s? z=
|
noremap <leader>s? z=
|
||||||
|
|
||||||
"" toggle states
|
"" toggle states
|
||||||
nnoremap <silent> <leader>hh :set invhlsearch<CR>
|
|
||||||
nnoremap <silent> <leader>ll :set invlist<CR>
|
|
||||||
nnoremap <silent> <leader>pp :set invpaste<CR>
|
nnoremap <silent> <leader>pp :set invpaste<CR>
|
||||||
|
|
||||||
nnoremap <silent> <leader>nn :set invnumber<CR>
|
|
||||||
nnoremap <silent> <leader>ii :set invrelativenumber<CR>
|
|
||||||
|
|
||||||
"" <Leader>0: Run the visually selected code in node and replace it with the output
|
"" <Leader>0: Run the visually selected code in node and replace it with the output
|
||||||
vnoremap <silent> <Leader>0 :!node<cr>
|
vnoremap <silent> <Leader>0 :!node<cr>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user