Sfoglia il codice sorgente

Do not wrap by default

Alois Mahdal 10 anni fa
parent
commit
edc31fd8c7
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1
    0
      dotfiles/vim/vimrc

+ 1
- 0
dotfiles/vim/vimrc Vedi 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