💾 Archived View for gem.acdw.net › html › 2020-09-02-Quick-ascii-sketch captured on 2024-02-05 at 10:28:13.
⬅️ Previous capture (2021-12-03)
-=-=-=-=-=-=-
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>2020-09-02-Quick-ascii-sketch</title> <link type="text/css" rel="stylesheet" href="/default.css"/> <meta name="viewport" content="width=device-width, initial-scale=1"> </head> <body> <h1>2020-09-02-Quick-ascii-sketch</h1> <p>Since this is the easiest place to post rn, here's a quick ascii sketch of a church I made in Vim: <p> <pre class="default"> /\ | | | | +=+=/| | / | | / | | /+=+=+=/ \ // / / / \ || | | | _ | a||c|d|w| | | | </pre> <p> <p>Also, here's a great function, courtesy of ~tomasino, to drop you into ascii-art-mode in Vim: <pre class="default"> function! AsciiMode() syntax off setlocal virtualedit=all setlocal cc=80 hi ColorColumn ctermbg=8 guibg=8 autocmd BufWritePre * :%s/\s\+$//e endfunction </pre> <p> <p>also see <ul> <li><a href="https://portal.mozz.us/gemini/gemini.circumlunar.space/users/acdw/art/">https://portal.mozz.us/gemini/gemini.circumlunar.space/users/acdw/art/</a> </ul> </body> </html>