diff options
author | NerdyPepper <[email protected]> | 2019-07-31 16:51:11 +0100 |
---|---|---|
committer | NerdyPepper <[email protected]> | 2019-07-31 16:51:11 +0100 |
commit | f5f27e893ed856abea5413090ae1fd05cd9dff1e (patch) | |
tree | 071efeb19559dcb8ec49cb74b69bb2e33c943eb3 /posts | |
parent | be70d338e35209c94ce875734fe483b21f98b5b1 (diff) |
fix typo
Diffstat (limited to 'posts')
-rw-r--r-- | posts/bash_harder_with_vim.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posts/bash_harder_with_vim.md b/posts/bash_harder_with_vim.md index 8dc4a50..c31e36c 100644 --- a/posts/bash_harder_with_vim.md +++ b/posts/bash_harder_with_vim.md | |||
@@ -26,7 +26,7 @@ echo "$1" | sed -E -e "s/\..+$//g" -e "s/_(.)/ \u\1/g" -e "s/^(.)/\u\1/g" | |||
26 | ``` | 26 | ``` |
27 | Instead of dropping into a new shell, just test it out directly from vim! | 27 | Instead of dropping into a new shell, just test it out directly from vim! |
28 | 28 | ||
29 | - Yank the link into a register: | 29 | - Yank the line into a register: |
30 | 30 | ||
31 | ``` | 31 | ``` |
32 | yy | 32 | yy |