From 235239a05329e1dad29b5ad2a2db2ff5e8dd3bbb Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 8 Jul 2013 14:07:07 -0300 Subject: Ctrl-c ctrl-v shortcust --- modules/vim/vimrc.dot.link | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/vim/vimrc.dot.link b/modules/vim/vimrc.dot.link index 121d2e3..20f4aaa 100644 --- a/modules/vim/vimrc.dot.link +++ b/modules/vim/vimrc.dot.link @@ -84,3 +84,9 @@ function OpenNERDTree() command -nargs=0 OpenNERDTree :call OpenNERDTree() nmap t :OpenNERDTree + +" See http://superuser.com/questions/10588/how-to-make-cut-copy-paste-in-gvim-on-ubuntu-work-with-ctrlx-ctrlc-ctrlv +vmap "+yi +vmap "+c +vmap c"+p +imap + -- cgit v1.2.3