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