From 31da41eb4e95f0a7bf7543ac8ef7c860055d01fb Mon Sep 17 00:00:00 2001 From: Randy Stauner Date: Mon, 23 Jun 2014 18:57:34 -0700 Subject: [PATCH] Indent "cd" examples for dirhistory to keep newlines --- Plugins.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Plugins.md b/Plugins.md index a28ac7d..e98e655 100644 --- a/Plugins.md +++ b/Plugins.md @@ -348,10 +348,10 @@ This plugin allows you to navigate the history of previous current-working-direc For example, if the shell was started, and the following commands were entered: -cd ~ -cd /usr -cd share -cd doc + cd ~ + cd /usr + cd share + cd doc Then entering ALT-LEFT at the prompt would change directory from /usr/share/doc to /usr/share, then if pressed again to /usr/, then ~. If ALT-RIGHT were pressed the directory would be changed to /usr/ again.