From 11d4b85cd11494c85db4d2e4af0fe9039a081963 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 23 Jun 2018 00:32:47 +1200 Subject: Remove 'wrap' disable from .vimrc Now that I think about it, if I'm opening a file with long lines I'm actually more likely to want to 'wrap', not less. --- vim/vimrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/vim/vimrc b/vim/vimrc index 95f4eea7..95dd972c 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -113,9 +113,6 @@ set shortmess+=T " Truncate other message in middle if too long set shortmess+=w " written -> [w], appended -> [a] set shortmess+=x " [dos format] -> [dos] -" Don't wrap by default, but use \w to toggle it on or off -set nowrap - " Show my current position in the status bar, default format is fine if has('cmdline_info') set ruler -- cgit v1.2.3