Artificial intelligent assistant

vi / vim - extra indents when pasting text? I can copy characters in other apps such as browsers with `ctrl``c`. I can then press `i` to enter insert mode in vim and press `shift``ctrl``v` to paste the text in. The problem is that each line gets indented a bit more so I end up with: !enter image description here but what I want (and end up manually editing to achieve) is:!enter image description here

Using `:set paste` prevents vim from re-tabbing my code and fixes the problem.
Also, `:set nopaste` turns it off

I also put `set pastetoggle=`in my .vimrc so I can toggle it with the `F2` key.

xcX3v84RxoQ-4GxG32940ukFUIEgYdPy 272014d862ce3487a3d0cb278aad624f