diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2022-04-12 11:41:27 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2022-04-12 11:41:27 +0200 |
commit | f3dcecc25b65da0d3c4c24127e887907118d7a84 (patch) | |
tree | 918b10ef9b023f3fa81b1477ce1009bc605bca3f | |
parent | 13b68264a5f97b6fd81b8be5aad846f102c60453 (diff) |
.vimrc: explicity set nowrap
-rw-r--r-- | .vimrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -30,8 +30,8 @@ set pastetoggle=<F11> " Enable folding by fold markers set foldmethod=marker -" Wrap line longer than the display -"set wrap +" Don't wrap line longer than the display +set nowrap " Textwidth of 100 set textwidth=100 |