Browse Source

+ set paste

Prevent strange paddings on paste from clipboard
master
gitea 1 year ago
parent
commit
af9772a704
  1. 2
      etc/vim/vimrc

2
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
Loading…
Cancel
Save