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