diff --git a/etc/vim/vimrc b/etc/vim/vimrc index f2fca13..d295133 100644 --- a/etc/vim/vimrc +++ b/etc/vim/vimrc @@ -8,3 +8,5 @@ set shiftwidth=4 " Indents will have a width of 4 set softtabstop=4 " Sets the number of columns for a TAB set expandtab " Expand TABs to spaces + +set paste " Prevent strange paddings on paste from clipboard