diff options
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 |