From fcb15995887b6df9bf50e2d580281424b4d173e8 Mon Sep 17 00:00:00 2001 From: gre-ilya Date: Sat, 11 Oct 2025 08:54:50 +0500 Subject: [PATCH] added copy --- .vimrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index fd8a8a8..9e392d9 100644 --- a/.vimrc +++ b/.vimrc @@ -7,7 +7,7 @@ set number "INDENT config filetype plugin indent on "" show existing tab with 8 spaces width -set tabstop=4 +set tabstop=8 " "" when indenting with '>', use 4 spaces width set shiftwidth=4 @@ -155,3 +155,5 @@ vnoremap oend;gvoObegingv>gvo$ "PASCAL_END +" Copy on ctrl-shift-c +vnoremap "+y