💾 Archived View for gemlog.blue › users › acdw › 1599067520.gmi captured on 2023-04-26 at 15:18:31. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2020-09-24)

-=-=-=-=-=-=-

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/