aboutsummaryrefslogtreecommitdiff
path: root/docs/posts/bash_harder_with_vim.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/posts/bash_harder_with_vim.html')
-rw-r--r--docs/posts/bash_harder_with_vim.html20
1 files changed, 11 insertions, 9 deletions
diff --git a/docs/posts/bash_harder_with_vim.html b/docs/posts/bash_harder_with_vim.html
index 6e0f9bd..54ab982 100644
--- a/docs/posts/bash_harder_with_vim.html
+++ b/docs/posts/bash_harder_with_vim.html
@@ -11,13 +11,14 @@
11 <meta property="og:description" content="a static site {for, by, about} me "> 11 <meta property="og:description" content="a static site {for, by, about} me ">
12 <meta property="og:url" content="https://nerdypepper.tech"> 12 <meta property="og:url" content="https://nerdypepper.tech">
13 <body> 13 <body>
14 <div class="post posts"> 14 <div class="posts">
15 <div class="date">31/07 2019</div> 15 <div class="post">
16 <span style="font-size: 2rem; font-weight: 600"> 16 <div class="date">31/07 2019</div>
17 Bash Harder With Vim 17 <span style="font-size: 2rem; font-weight: 600">
18 </span> 18 Bash Harder With Vim
19 <div class="post-text"> 19 </span>
20 <p>Bash is tricky, don&#8217;t let your editor get in your way. Here&#8217;s a couple of neat 20 <div class="post-text">
21 <p>Bash is tricky, don&#8217;t let your editor get in your way. Here&#8217;s a couple of neat
21additions you could make to your <code>vimrc</code> for a better shell programming 22additions you could make to your <code>vimrc</code> for a better shell programming
22experience.</p> 23experience.</p>
23 24
@@ -76,9 +77,10 @@ Press ENTER or type command to continue
76</code></pre></li> 77</code></pre></li>
77</ul> 78</ul>
78 79
80 </div>
81 <a href="/index.html" class="post-end-link">← Back</a>
82 <div class="separator"></div>
79 </div> 83 </div>
80 <a href="/index.html" class="post-end-link">‹ Back</a>
81 <div class="separator"></div>
82 </div> 84 </div>
83 </body> 85 </body>
84</html> 86</html>