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