]> gitweb.fluxo.info Git - rhatto/dotfiles/vim.git/commitdiff
Turning off Ctrl-V while we're using parcellite
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 23 Sep 2014 20:50:20 +0000 (17:50 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 23 Sep 2014 20:50:20 +0000 (17:50 -0300)
vimrc.dot.link

index f74003ec82b683ffe7725c9fd3c186723000e138..886181e8bb8d26f857cde95a477c865b46fbd31f 100644 (file)
@@ -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