aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.vimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.vimrc b/.vimrc
index fce04da..5434ffa 100644
--- a/.vimrc
+++ b/.vimrc
@@ -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