From 05bdbd020afaf1574a1fb5c8a1c7238a2cddb091 Mon Sep 17 00:00:00 2001 From: NerdyPepper Date: Wed, 31 Jul 2019 21:48:00 +0530 Subject: fix typos, dont expand posts --- posts/bash_harder_with_vim.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (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 15933bf..4d60831 100644 --- a/posts/bash_harder_with_vim.md +++ b/posts/bash_harder_with_vim.md @@ -1,8 +1,9 @@ Bash is tricky, don't let your editor get in your way. Here's a couple of neat -addtions you could make to your `vimrc` for a better shell programming +additions you could make to your `vimrc` for a better shell programming experience. - -**Man pages inside vim**. Source this script to get started: +* * * +#### Man pages inside vim + Source this script to get started: ``` runtime ftplugin/man.vim @@ -15,9 +16,10 @@ By default, the manpage is opened in a horizontal split, I prefer using a new ta ``` let g:ft_man_open_mode = 'tab' ``` +* * * - -**Scratchpad to test your commands**. I often test my `sed` substitutions, here is +#### Scratchpad to test your commands +I often test my `sed` substitutions, here is a sample from the script used to generate this site: ``` -- cgit v1.2.3