summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2022-04-12 11:41:27 +0200
committerTobias Klauser <tklauser@distanz.ch>2022-04-12 11:41:27 +0200
commitf3dcecc25b65da0d3c4c24127e887907118d7a84 (patch)
tree918b10ef9b023f3fa81b1477ce1009bc605bca3f
parent13b68264a5f97b6fd81b8be5aad846f102c60453 (diff)
.vimrc: explicity set nowrap
-rw-r--r--.vimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.vimrc b/.vimrc
index a63592f..b93e121 100644
--- a/.vimrc
+++ b/.vimrc
@@ -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