commit aefbb05d139e074086b11469e7464e0780c23de2 parent eba7d3cc6b8195ef55ddf2e561e4c8eea5f53459 Author: Alex Balgavy <a.balgavy@gmail.com> Date: Thu, 5 Sep 2019 23:53:33 -0400 vim: fix up clipboard mappings Former-commit-id: 44969151d6862c4b0420449f369adf2a65e0c6ab Diffstat:
M | vim/vimrc | | | 16 | ++++++++-------- |
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/vim/vimrc b/vim/vimrc @@ -622,16 +622,16 @@ nnoremap <C-E><C-M> :vsplit $MYVIMRC<CR>gg/Mappings {{<CR>:noh<CR>za nnoremap <C-E><C-P> :vsplit $MYVIMRC<CR>gg/Plugins {{<CR>:noh<CR>za " Yank to clipboard -nnoremap <leader>d "*d -vnoremap <leader>d "*d -nnoremap <leader>D "*D -nnoremap <leader>y "*y -vnoremap <leader>y "*y -nnoremap <leader>p "*p -nnoremap <leader>P "*P +nnoremap <leader>d "+d +vnoremap <leader>d "+d +nnoremap <leader>D "+D +nnoremap <leader>y "+y +vnoremap <leader>y "+y +nnoremap <leader>p "+p +nnoremap <leader>P "+P nnoremap <leader>n "_ vnoremap <leader>n "_ -nnoremap <leader>yy "*yg_ +nnoremap <leader>yy "+yg_ nnoremap Y y$ " Insert lines without moving cursor and going into insert mode