Since this is the easiest place to post rn, here's a quick ascii sketch of a church I made in Vim: ```art: picture of a church /\ | | | | +=+=/| | / | | / | | /+=+=+=/ \ // / / / \ || | | | _ | a||c|d|w| | | | ``` Also, here's a great function, courtesy of ~tomasino, to drop you into ascii-art-mode in Vim: ```code: vim function! AsciiMode() syntax off setlocal virtualedit=all setlocal cc=80 hi ColorColumn ctermbg=8 guibg=8 autocmd BufWritePre * :%s/\s\+$//e endfunction ``` also see => https://portal.mozz.us/gemini/gemini.circumlunar.space/users/acdw/art/ gemini://gem.acdw.net:1965/raw/2020-09-02-Quick-ascii-sketch

-- Leo's gemini proxy

-- Connecting to gem.acdw.net:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/plain; charset=UTF-8

-- Response ended

-- Page fetched on Fri May 17 07:31:43 2024