aboutsummaryrefslogtreecommitdiff
path: root/posts/bash_harder_with_vim.md
diff options
context:
space:
mode:
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