aboutsummaryrefslogtreecommitdiff
path: root/vimrc.dot.link
diff options
context:
space:
mode:
Diffstat (limited to 'vimrc.dot.link')
-rw-r--r--vimrc.dot.link4
1 files changed, 2 insertions, 2 deletions
diff --git a/vimrc.dot.link b/vimrc.dot.link
index f74003e..886181e 100644
--- a/vimrc.dot.link
+++ b/vimrc.dot.link
@@ -128,10 +128,10 @@ command -nargs=0 OpenNERDTree :call OpenNERDTree()
nmap <ESC>t :OpenNERDTree<CR>
" See http://superuser.com/questions/10588/how-to-make-cut-copy-paste-in-gvim-on-ubuntu-work-with-ctrlx-ctrlc-ctrlv
+"imap <C-v> <C-r><C-o>+
+"vmap <C-v> c<ESC>"+p
vmap <C-c> "+yi
vmap <C-x> "+c
-vmap <C-v> c<ESC>"+p
-imap <C-v> <C-r><C-o>+
" Color scheme
"colorscheme github