aboutsummaryrefslogtreecommitdiff
path: root/posts/bash_harder_with_vim.md
diff options
context:
space:
mode:
authorNerdyPepper <[email protected]>2019-07-31 16:51:11 +0100
committerNerdyPepper <[email protected]>2019-07-31 16:51:11 +0100
commitf5f27e893ed856abea5413090ae1fd05cd9dff1e (patch)
tree071efeb19559dcb8ec49cb74b69bb2e33c943eb3 /posts/bash_harder_with_vim.md
parentbe70d338e35209c94ce875734fe483b21f98b5b1 (diff)
fix typo
Diffstat (limited to 'posts/bash_harder_with_vim.md')
-rw-r--r--posts/bash_harder_with_vim.md2
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```
27Instead of dropping into a new shell, just test it out directly from vim! 27Instead 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 ```
32yy 32yy