added copy

This commit is contained in:
gre-ilya 2025-10-11 08:54:50 +05:00
parent 3c6c1f0986
commit fcb1599588

4
.vimrc
View File

@ -7,7 +7,7 @@ set number
"INDENT config "INDENT config
filetype plugin indent on filetype plugin indent on
"" show existing tab with 8 spaces width "" show existing tab with 8 spaces width
set tabstop=4 set tabstop=8
" "
"" when indenting with '>', use 4 spaces width "" when indenting with '>', use 4 spaces width
set shiftwidth=4 set shiftwidth=4
@ -155,3 +155,5 @@ vnoremap <C-]> oend;gvoObegingv>gvo$
"PASCAL_END "PASCAL_END
" Copy on ctrl-shift-c
vnoremap <C-S-c> "+y