From 2b20dbc5411e54708d4d0ba33a1f3c353fdf687d Mon Sep 17 00:00:00 2001 From: Alexey Date: Wed, 28 Apr 2021 16:26:45 +0500 Subject: [PATCH] vimrc: xclip --- root/.vimrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/root/.vimrc b/root/.vimrc index e03a9e3..545ee2a 100644 --- a/root/.vimrc +++ b/root/.vimrc @@ -87,3 +87,7 @@ nnoremap :Ag nnoremap :Ag + +""" Copy'n'paste + + nnoremap :call system('xclip -i -selection clipboard', @@)