|
|
@ -59,13 +59,14 @@ autocmd BufRead,BufNewFile *.svelte set filetype=html
|
|
|
|
noremap // :nohls<CR>
|
|
|
|
noremap // :nohls<CR>
|
|
|
|
inoremap jj <Esc>
|
|
|
|
inoremap jj <Esc>
|
|
|
|
|
|
|
|
|
|
|
|
" (q)uit, (w)ith path edit, (e)dit, (r)eload
|
|
|
|
|
|
|
|
noremap ,q :wqa<CR>
|
|
|
|
noremap ,q :wqa<CR>
|
|
|
|
noremap ,w :edit<SPACE>
|
|
|
|
noremap ,w :edit<SPACE>
|
|
|
|
noremap ,e :Files<CR>
|
|
|
|
noremap ,e :Files<CR>
|
|
|
|
noremap ,r :so ~/.vimrc<CR>
|
|
|
|
noremap ,r :so ~/.vimrc<CR>
|
|
|
|
" (h)elp
|
|
|
|
noremap ,t :CocCommand explorer --toggle<CR>
|
|
|
|
noremap ,f :CocCommand explorer --toggle<CR>
|
|
|
|
|
|
|
|
|
|
|
|
noremap ,d :bp<CR>:bd #<CR>
|
|
|
|
|
|
|
|
noremap ,f :Rg<CR>
|
|
|
|
noremap ,h :help<SPACE>
|
|
|
|
noremap ,h :help<SPACE>
|
|
|
|
|
|
|
|
|
|
|
|
noremap <C-j> :bn<CR>
|
|
|
|
noremap <C-j> :bn<CR>
|
|
|
|