From 005e1c8906179cf77baa880a03677ef8f35847ef Mon Sep 17 00:00:00 2001 From: ache Date: Wed, 17 May 2017 03:23:37 +0200 Subject: nnoremap for clipboard --- plugin/perso.vim | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/plugin/perso.vim b/plugin/perso.vim index 40e88ee..fbfd8c4 100755 --- a/plugin/perso.vim +++ b/plugin/perso.vim @@ -69,7 +69,10 @@ inoremap ##main int main(int argc, char* argv[]) {}A " Personal shortcurts -nnoremap èè__ :set pastem`o``:set nopaste +" Copy clip +nnoremap èè__ :set pastemn"+p'n:set nopaste +" Select clip +nnoremap èèè_ :set pastemn"*p'n:set nopaste nmap :TagbarToggle ca tn tabnew -- cgit v1.2.3