mapping for auto blaze query entire package

This commit is contained in:
Christian Nieves
2024-01-19 22:55:08 +00:00
parent c18fd3f78a
commit 55546ec792
5 changed files with 24 additions and 57 deletions

View File

@ -42,7 +42,7 @@ nnoremap <silent> <Leader>x- :exe "resize " . (winheight(0) * 2/3)<CR>
" --------- FORMATTING MAPPINGS ---------
" indent file
map <leader>= gg=G ``
nmap <leader>yf :let @+ = expand("%") | let @" = expand("%")<cr>
nmap <leader>yf :let @+ = expand("%") \| let @" = expand("%")<cr>
" replace currently selected text with default register
" without yanking it
vnoremap <leader>p "_dP