From 0aff597961c49c33fe9b147a49e43664ab1e9b7b Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 26 Jul 2015 21:40:38 -0400 Subject: Add 'vim-system-copy' plugin Big thanks to Chris Toomey for creating this plugin. Something I was trying to achieve using my v_c mapping but which never felt right, especially since that only ever allowed me linewise copies and no characterwise ones. Found out about this one at the Boston Vim meetup back on May 20 (or maybe rediscovered, as it sounded familiar but I obviously never pursued it). This is something I've been wanting for a long while, as my own mapping for it worked fine but wasn't the most ideal. --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 5356f49..031941b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -42,3 +42,6 @@ [submodule "bundle/pick"] path = bundle/pick url = https://github.com/thoughtbot/pick.vim.git +[submodule "bundle/vim-system-copy"] + path = bundle/vim-system-copy + url = https://github.com/christoomey/vim-system-copy.git -- cgit v1.2.3