summaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
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