added copy
This commit is contained in:
parent
3c6c1f0986
commit
fcb1599588
4
.vimrc
4
.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 <C-]> oend;gvoObegingv>gvo$
|
||||
|
||||
"PASCAL_END
|
||||
|
||||
" Copy on ctrl-shift-c
|
||||
vnoremap <C-S-c> "+y
|
||||
|
||||
Loading…
Reference in New Issue
Block a user