aboutsummaryrefslogtreecommitdiff
path: root/docs/posts/bash_harder_with_vim
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-04-10 18:40:14 +0100
committerAkshay <[email protected]>2020-04-10 18:40:14 +0100
commit148900154f28573b6640e996906374fe33a11762 (patch)
tree4ecca571aac73f8668ef9dfe3b08c251abd164b9 /docs/posts/bash_harder_with_vim
parentf994d48aa6eef04501519f1d1b24e20d12de2cbb (diff)
rework css, semantic html
Diffstat (limited to 'docs/posts/bash_harder_with_vim')
-rw-r--r--docs/posts/bash_harder_with_vim/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/posts/bash_harder_with_vim/index.html b/docs/posts/bash_harder_with_vim/index.html
index d56f350..396fcfa 100644
--- a/docs/posts/bash_harder_with_vim/index.html
+++ b/docs/posts/bash_harder_with_vim/index.html
@@ -33,9 +33,9 @@
33 <span class="stats-unit">min</span> 33 <span class="stats-unit">min</span>
34 </div> 34 </div>
35 </div> 35 </div>
36 <span class="post-title"> 36 <h1>
37 Bash Harder With Vim 37 Bash Harder With Vim
38 </span> 38 </h1>
39 <div class="post-text"> 39 <div class="post-text">
40 <p>Bash is tricky, don&#39;t let your editor get in your way. Here&#39;s a couple of neat 40 <p>Bash is tricky, don&#39;t let your editor get in your way. Here&#39;s a couple of neat
41additions you could make to your <code>vimrc</code> for a better shell programming 41additions you could make to your <code>vimrc</code> for a better shell programming