about summary refs log tree commit diff
path: root/users/wpcarro/tools
diff options
context:
space:
mode:
Diffstat (limited to 'users/wpcarro/tools')
-rw-r--r--users/wpcarro/tools/simple_vim/config.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/users/wpcarro/tools/simple_vim/config.vim b/users/wpcarro/tools/simple_vim/config.vim
index 6cc6729bc4..bbdcdc5f1a 100644
--- a/users/wpcarro/tools/simple_vim/config.vim
+++ b/users/wpcarro/tools/simple_vim/config.vim
@@ -28,6 +28,9 @@ nnoremap - :e .<CR>
 " Turn line numbers on.
 set number
 
+" Prevent lines from wrapping
+set nowrap
+
 " Easily create vertical, horizontal window splits.
 nnoremap sh :vsplit<CR>
 nnoremap sj :split<CR>:wincmd j<CR>