From f5f27e893ed856abea5413090ae1fd05cd9dff1e Mon Sep 17 00:00:00 2001 From: NerdyPepper Date: Wed, 31 Jul 2019 21:21:11 +0530 Subject: fix typo --- posts/bash_harder_with_vim.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'posts/bash_harder_with_vim.md') 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" ``` Instead of dropping into a new shell, just test it out directly from vim! - - Yank the link into a register: + - Yank the line into a register: ``` yy -- cgit v1.2.3