Browse Source

Do not wrap by default

Alois Mahdal 10 years ago
parent
commit
edc31fd8c7
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      dotfiles/vim/vimrc

+ 1
- 0
dotfiles/vim/vimrc View File

@@ -82,6 +82,7 @@ set list
82 82
 set list listchars=tab:→\ ,trail:·,precedes:←
83 83
 set ruler
84 84
 set showcmd
85
+set nowrap
85 86
 
86 87
 if &t_Co > 2 || has("gui_running")
87 88
   syntax on