summaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2018-11-05 09:44:09 -0800
committerBen Sima <ben@bsima.me>2018-11-05 09:44:09 -0800
commitfcf9e493cee2ff94ff5a6c767e14cd47de805b2a (patch)
tree97be8acb6520fc286ddc9fad1ec6babef2139dd9 /vimrc
parent970b2f2f085f2feda6f40807bf0a1947b5fc58fc (diff)
Don't wrap lines with a hard break in vim
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index 51c811f..d36fcf3 100644
--- a/vimrc
+++ b/vimrc
@@ -10,6 +10,7 @@ set laststatus=1 " No status line
set ignorecase " Ignore cases when searching
set incsearch " Incremental search
set linebreak " Break lines at word (requires Wrap lines)
+set nowrap " Don't add an actual linebreak when wrapping
set ruler " Show line & col number of cursor position
set shiftwidth=4 " Number of auto-indent spaces
set showmatch " Highlight matching brace