diff options
author | Ben Sima <ben@bsima.me> | 2018-11-05 09:44:09 -0800 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2018-11-05 09:44:09 -0800 |
commit | fcf9e493cee2ff94ff5a6c767e14cd47de805b2a (patch) | |
tree | 97be8acb6520fc286ddc9fad1ec6babef2139dd9 /vimrc | |
parent | 970b2f2f085f2feda6f40807bf0a1947b5fc58fc (diff) |
Don't wrap lines with a hard break in vim
Diffstat (limited to 'vimrc')
-rw-r--r-- | vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |