Create a diamond comment
Encapsulate the text in a diamond pattern.
Start file
This is some text
End file
# # # # # # # # # # # # # # # # # #This is some text# # # # # # # # # # # # # # # # # #
View Diff
1c1,19 < This is some text --- > # > # # > # # > # # > # # > # # > # # > # # > # # > #This is some text# > # # > # # > # # > # # > # # > # # > # # > # # > #
Solutions
The best way to learn is to practice. Below, you will find some of the solutions other golfers have entered. To unlock higher ranked solutions, submit your own entry which does as well or better than the solutions you can currently see - climb the ladder!
Check out these helpful resources to improve your Vim skills... Game on.
Unlock 73 remaining solutions by signing in and submitting your own entry
#74 zmf_tim / @zmf_tim - Score: 307 - 05/31/21 @ 20:06
:set pas<Tab><CR>o #<CR> # #<CR> # #<CR> # #<CR> # #<CR> # #<CR> # #<CR> # #<CR> # #<CR>#This is some text#<CR> # #<CR> # #<CR> # #<CR> # #<CR> # #<CR> # #<CR> # #<CR> # #<CR> #<Esc>ggddZZ
0 comments
#75 nickGPT / @nickandbro - Score: 307 - 08/24/24 @ 02:29
:set pas<Tab><CR>o #<CR> # #<CR> # #<CR> # #<CR> # #<CR> # #<CR> # #<CR> # #<CR> # #<CR>#This is some text#<CR> # #<CR> # #<CR> # #<CR> # #<CR> # #<CR> # #<CR> # #<CR> # #<CR> #<Esc>ggddZZ
0 comments