From 6bbc0312ff20a51458102e6f47aedc748a143e05 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Tue, 14 Jan 2025 11:54:20 -0800 Subject: Remove automatic reflow option globally and only use in mutt --- home/nipsy/arrakis/mutt/muttrc | 2 +- home/nipsy/common/core/vim/vimrc | 1 - home/root/common/core/vim/vimrc | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) (limited to 'home') diff --git a/home/nipsy/arrakis/mutt/muttrc b/home/nipsy/arrakis/mutt/muttrc index eec5b99..1293092 100644 --- a/home/nipsy/arrakis/mutt/muttrc +++ b/home/nipsy/arrakis/mutt/muttrc @@ -53,7 +53,7 @@ set confirmcreate=no # prompt when creating new files set copy=yes # always save a copy of outgoing messages set delete=yes # purge deleted messages without asking set edit_headers # let me edit the message header when composing -set editor="vim -c 'set textwidth=65' -c 'set noautoindent'" # editor to use when composing messages +set editor="vim -c 'set textwidth=65' -c 'set noautoindent' -c 'set formatoptions+=a'" # editor to use when composing messages #set editor="/usr/bin/nvi" # editor to use when composing messages #set editor="/usr/bin/vi" # editor to use when composing messages set fast_reply # skip initial prompts when replying diff --git a/home/nipsy/common/core/vim/vimrc b/home/nipsy/common/core/vim/vimrc index 725047d..87de2a0 100644 --- a/home/nipsy/common/core/vim/vimrc +++ b/home/nipsy/common/core/vim/vimrc @@ -9,7 +9,6 @@ if has("autocmd") au BufEnter * if getfsize(expand("%")) < g:BufSizeThreshold | syntax on | else | syntax off | endif endif -set formatoptions=jtcqla set mouse& set noautoindent " always set autoindenting off diff --git a/home/root/common/core/vim/vimrc b/home/root/common/core/vim/vimrc index 725047d..87de2a0 100644 --- a/home/root/common/core/vim/vimrc +++ b/home/root/common/core/vim/vimrc @@ -9,7 +9,6 @@ if has("autocmd") au BufEnter * if getfsize(expand("%")) < g:BufSizeThreshold | syntax on | else | syntax off | endif endif -set formatoptions=jtcqla set mouse& set noautoindent " always set autoindenting off -- cgit v1.2.3