From eec27a1cf122f4a57be2c9c4c69f12a9d1f87845 Mon Sep 17 00:00:00 2001 From: Sage Vaillancourt Date: Thu, 23 Apr 2020 12:37:37 -0400 Subject: [PATCH] c copies to clipboard --- .vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vimrc b/.vimrc index b7aea07..e013e59 100644 --- a/.vimrc +++ b/.vimrc @@ -104,6 +104,8 @@ nnoremap gs "xdiwdwep"xp " Inverted nnoremap gb dawbP +nnoremap c :!cat % xclip -selection clipboard + nnoremap p :w:!make run nnoremap gd :!git diff %