From 16aef7ccae265717a0dc995b1ecb2a2994d04902 Mon Sep 17 00:00:00 2001 From: Sonny Date: Thu, 1 Jun 2017 13:49:41 +0200 Subject: [PATCH] Remove copy/paste clipboard --- vim/.vimrc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/vim/.vimrc b/vim/.vimrc index 2ad17cf..64df63b 100755 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -85,11 +85,6 @@ set laststatus=2 "Remove trailing spaces on save autocmd BufWritePre * :%s/\s\+$//e -"Copy to clipboard -vnoremap y "+y -vnoremap x "+x -vnoremap c "+c - " Plugins " Nerdtree