diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.html | 3 |
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 "$1" | sed -E -e "s/\..+$//g" -e "s/_(.)/ \u\1/g& | |||
69 | <pre><code>syntax off # previously run commands | 69 | <pre><code>syntax off # previously run commands |
70 | edit index.html # in a buffer! | 70 | edit index.html # in a buffer! |
71 | w | so % | 71 | w | so % |
72 | echo "new_post.md" | sed -E -e "s/\..+$//g" -e "s/_(.)/ \u\1/g" -e "s/^(.)/\u\1/g" | 72 | !echo "new_post.md" | sed -E -e "s/\..+$//g" --snip-- |
73 | ^--- note the use of '!' | ||
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 | ||