Skip to main content
deleted 160 characters in body
Source Link
nmjcman101
  • 3.7k
  • 11
  • 18

Vim, 4141 39 bytes

(keys? I'm not sure how the <End> key is handled)

Here the <End> is literally the "End" key.

i <End>_:s/./ |\0|\r|&|\r/g i/___\ VvVggxo /_\ 

Unprintables so:

i <End>_^[<End>_^O:s/./ |\0|\r|&|\r/g i/___\ VvV^[ggxo /_\^[ 

I'm a little sad that I couldn't get to @DrMcMoylex V answer byte count, but that's the point of V isn't it?

Vim, 41 bytes

(keys? I'm not sure how the <End> key is handled)

Here the <End> is literally the "End" key.

i <End>_:s/./ |\0|\r/g i/___\ VvVggxo /_\ 

Unprintables so:

i <End>_^[:s/./ |\0|\r/g i/___\ VvV^[ggxo /_\^[ 

I'm a little sad that I couldn't get to @DrMcMoylex V answer byte count, but that's the point of V isn't it?

Vim, 41 39 bytes

Here the <End> is literally the "End" key.

i <End>_:s/./ |&|\r/g /___\ VvVggxo /_\ 

Unprintables so:

i <End>_^O:s/./ |&|\r/g /___\ VvV^[ggxo /_\^[ 
Source Link
nmjcman101
  • 3.7k
  • 11
  • 18

Vim, 41 bytes

(keys? I'm not sure how the <End> key is handled)

Here the <End> is literally the "End" key.

i <End>_:s/./ |\0|\r/g i/___\ VvVggxo /_\ 

Unprintables so:

i <End>_^[:s/./ |\0|\r/g i/___\ VvV^[ggxo /_\^[ 

I'm a little sad that I couldn't get to @DrMcMoylex V answer byte count, but that's the point of V isn't it?