💾 Archived View for gem.acdw.net › raw › 2020-09-02-Quick-ascii-sketch captured on 2023-03-20 at 18:22:19.
⬅️ Previous capture (2021-12-03)
-=-=-=-=-=-=-
Since this is the easiest place to post rn, here's a quick ascii sketch of a church I made in Vim:
/\
| |
| |
+=+=/| |
/ | |
/ | |
/+=+=+=/ \
// / / / \
|| | | | _ |
a||c|d|w| | | |
Also, here's a great function, courtesy of ~tomasino, to drop you into ascii-art-mode in 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/