tweag / promptworks.vim

PromptWorks vim configs as a self-bootstrapping vundle setup
2 stars 1 forks source link

Automatically toggle between paste and nopaste #26

Closed di closed 8 years ago

di commented 8 years ago

This fixes the annoyance when you need to :set paste before doing a Ctrl-V to prevent it from trying to auto-indent (and usually messing up any existing indentation).

Lifted from https://coderwall.com/p/if9mda/automatically-set-paste-mode-in-vim-when-pasting-in-insert-mode.

bduggan commented 8 years ago

:+1: I tried it out and it works as advertised