From 9079fbb685294913b06b346ab1e8af6be2cb5d2a Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 28 Oct 2017 22:02:32 +1300 Subject: Move paste .vimrc config into subfile --- vim/vimrc | 7 ------- 1 file changed, 7 deletions(-) (limited to 'vim/vimrc') diff --git a/vim/vimrc b/vim/vimrc index adc4518b..3e7aa847 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -81,13 +81,6 @@ set nrformats-=octal " more than scratch space anyway set shellslash -" Start paste mode with F10 to prevent console Vim from confusing a swathe of -" pre-formatted pasted text with actual keyboard input, and thereby attempting -" to indent it inappropriately. If unimpaired.vim is available, it's generally -" nicer to use yo or yO. -set nopaste -set pastetoggle= - " If the Vim buffer for a file doesn't have any changes and Vim detects the " file has been altered, quietly update it set autoread -- cgit v1.2.3