diff options
author | Aaron Ball <nullspoon@oper.io> | 2020-12-28 20:40:03 -0700 |
---|---|---|
committer | Aaron Ball <nullspoon@oper.io> | 2020-12-28 20:40:03 -0700 |
commit | 1e223470ee80c794f2330e5a80145fd5a0dfb504 (patch) | |
tree | 74f24f8079c6bd05b1bf5f297760d45108f9754f /posts | |
parent | 009b53e1c047420262d4e435f1b080dc6a314782 (diff) | |
download | oper.io-1e223470ee80c794f2330e5a80145fd5a0dfb504.tar.gz oper.io-1e223470ee80c794f2330e5a80145fd5a0dfb504.tar.xz |
Update Cool Vim Trickery
Diffstat (limited to 'posts')
-rw-r--r-- | posts/Cool_Vim_Trickery.adoc | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/posts/Cool_Vim_Trickery.adoc b/posts/Cool_Vim_Trickery.adoc index cc5e293..086d0d2 100644 --- a/posts/Cool_Vim_Trickery.adoc +++ b/posts/Cool_Vim_Trickery.adoc @@ -1,3 +1,6 @@ +Cool Vim Trickery +================= + Today I was toying with something absolutely not work related and I wanted to share it with somebody to show how awesome the vim text editor can be. @@ -106,10 +109,3 @@ Hello worthless but super awesome functionality! ---- :while 1 | sleep 1000m | call NextColor(0) | endwhile ---- - - -Category:Linux -Category:Vim - - -// vim: set syntax=asciidoc: |