aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-23 00:32:47 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-23 00:32:47 +1200
commit11d4b85cd11494c85db4d2e4af0fe9039a081963 (patch)
tree5dcbe58a9ed66e51da344c5e91f8dc90d862364b /vim
parentRemove 'swapfile' disable in .vimrc (diff)
downloaddotfiles-11d4b85cd11494c85db4d2e4af0fe9039a081963.tar.gz
dotfiles-11d4b85cd11494c85db4d2e4af0fe9039a081963.zip
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.
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc3
1 files changed, 0 insertions, 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