From 988c044872afbf50c7c50df26e4e84db3ffea227 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Mon, 17 Jun 2019 19:30:14 +0100 Subject: [PATCH] Do not automatically wrap lines --- vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vimrc b/vimrc index 9be0e39..31308ae 100644 --- a/vimrc +++ b/vimrc @@ -39,6 +39,7 @@ set directory=$TEMP//,/tmp//,. set display+=lastline set encoding=utf-8 set expandtab +set formatoptions-=t set history=1000 set ignorecase set incsearch