aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-28 22:02:32 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-28 22:02:32 +1300
commit9079fbb685294913b06b346ab1e8af6be2cb5d2a (patch)
tree322a83af92affb181f37aef1bdf2d8502974dbe1 /vim/vimrc
parentMove wrapping .vimrc config into subfile (diff)
downloaddotfiles-9079fbb685294913b06b346ab1e8af6be2cb5d2a.tar.gz
dotfiles-9079fbb685294913b06b346ab1e8af6be2cb5d2a.zip
Move paste .vimrc config into subfile
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc7
1 files changed, 0 insertions, 7 deletions
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=<F10>
-
" 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