From bfad52fec2a77888fc149a0ed4249af3509aef4a Mon Sep 17 00:00:00 2001 From: Akshay Date: Sat, 25 Jan 2020 23:14:57 +0530 Subject: include commit hashes --- posts/bash_harder_with_vim.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 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 4d60831..c7c292a 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 additions you could make to your `vimrc` for a better shell programming experience. -* * * -#### Man pages inside vim + + +### Man pages inside vim Source this script to get started: ``` @@ -16,9 +17,9 @@ 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 + +### 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