diff options
-rw-r--r-- | .vimrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -145,8 +145,8 @@ autocmd FocusGained,BufEnter * :checktime " open file explorer nnoremap <leader>pv :Ex<CR> -" copy the whole file and stay where you are -nnoremap <leader>yy ggVGy<C-o> +" copy the whole file +nnoremap <leader>a :%y+<CR> " move visual line(s) up and down vnoremap J :m '>+1<CR>gv=gv |