aboutsummaryrefslogtreecommitdiff
path: root/docs/index.html
diff options
context:
space:
mode:
authorNerdyPepper <[email protected]>2019-07-31 16:54:59 +0100
committerNerdyPepper <[email protected]>2019-07-31 16:54:59 +0100
commit31d645b15bfde885ada913e5dff34e816fe316f4 (patch)
treed646ee93ffe11660ee9e66e04eaeb13978b4a4f6 /docs/index.html
parentf5f27e893ed856abea5413090ae1fd05cd9dff1e (diff)
add better annotations
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html
index 9fbc18b..37a353b 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -69,7 +69,8 @@ echo &quot;$1&quot; | sed -E -e &quot;s/\..+$//g&quot; -e &quot;s/_(.)/ \u\1/g&
69<pre><code>syntax off # previously run commands 69<pre><code>syntax off # previously run commands
70edit index.html # in a buffer! 70edit index.html # in a buffer!
71w | so % 71w | so %
72echo &quot;new_post.md&quot; | sed -E -e &quot;s/\..+$//g&quot; -e &quot;s/_(.)/ \u\1/g&quot; -e &quot;s/^(.)/\u\1/g&quot; 72!echo &quot;new_post.md&quot; | sed -E -e &quot;s/\..+$//g&quot; --snip--
73^--- note the use of &#39;!&#39;
73</code></pre></li> 74</code></pre></li>
74<li><p>Hit enter with the cursor on the line containing your command!</p> 75<li><p>Hit enter with the cursor on the line containing your command!</p>
75 76