diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2025-01-10 19:16:32 -0800 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2025-01-10 19:16:32 -0800 |
commit | 0689b127b8b392c50a6a1b779a5dec83de8a1798 (patch) | |
tree | f225a54155442e9d8c9fe0d6afb04af6b39c8439 /home | |
parent | 69410018ef76bed3a9d469c1ff23f701ffe8d574 (diff) | |
download | nix-0689b127b8b392c50a6a1b779a5dec83de8a1798.tar nix-0689b127b8b392c50a6a1b779a5dec83de8a1798.tar.gz nix-0689b127b8b392c50a6a1b779a5dec83de8a1798.tar.bz2 nix-0689b127b8b392c50a6a1b779a5dec83de8a1798.tar.lz nix-0689b127b8b392c50a6a1b779a5dec83de8a1798.tar.xz nix-0689b127b8b392c50a6a1b779a5dec83de8a1798.tar.zst nix-0689b127b8b392c50a6a1b779a5dec83de8a1798.zip |
Forcibly disable vim autoindent
Diffstat (limited to 'home')
-rw-r--r-- | home/nipsy/arrakis/mutt/muttrc | 2 | ||||
-rw-r--r-- | home/nipsy/common/core/vim/vimrc | 4 | ||||
-rw-r--r-- | home/root/common/core/vim/vimrc | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/home/nipsy/arrakis/mutt/muttrc b/home/nipsy/arrakis/mutt/muttrc index f77c5bf..eec5b99 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'" # editor to use when composing messages +set editor="vim -c 'set textwidth=65' -c 'set noautoindent'" # 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 9f652cd..87de2a0 100644 --- a/home/nipsy/common/core/vim/vimrc +++ b/home/nipsy/common/core/vim/vimrc @@ -43,5 +43,5 @@ set hlsearch " highlight all search matches set laststatus=2 set statusline=%<%f%h%m%r%=%{&ff}\ %Y\ %b\ 0x%B\ \ %l,%c%V\ %P -map <F5> :w<CR><bar>:!clear;go run %<CR> -map <F6> :w<CR><bar>:%! gofmt<CR> +"map <F5> :w<CR><bar>:!clear;go run %<CR> +"map <F6> :w<CR><bar>:%! gofmt<CR> diff --git a/home/root/common/core/vim/vimrc b/home/root/common/core/vim/vimrc index 9f652cd..87de2a0 100644 --- a/home/root/common/core/vim/vimrc +++ b/home/root/common/core/vim/vimrc @@ -43,5 +43,5 @@ set hlsearch " highlight all search matches set laststatus=2 set statusline=%<%f%h%m%r%=%{&ff}\ %Y\ %b\ 0x%B\ \ %l,%c%V\ %P -map <F5> :w<CR><bar>:!clear;go run %<CR> -map <F6> :w<CR><bar>:%! gofmt<CR> +"map <F5> :w<CR><bar>:!clear;go run %<CR> +"map <F6> :w<CR><bar>:%! gofmt<CR> |