From af21e97b2b00d5b78f4e0f41772ee1fb919bbf5e Mon Sep 17 00:00:00 2001 From: Jeff Williams Date: Thu, 25 Jan 2018 14:55:22 -0500 Subject: [PATCH] Updated Plugins (markdown) --- Plugins.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Plugins.md b/Plugins.md index 97eb9f6..ddd2af5 100644 --- a/Plugins.md +++ b/Plugins.md @@ -583,7 +583,7 @@ This is a small zle trick that lets you cycle your directory stack left or right **Maintainer:** [jeffwilliams](https://github.com/jeffwilliams) -This plugin allows you to navigate the history of previous current-working-directories using ALT-LEFT and ALT-RIGHT. ALT-LEFT moves back to directories that the user has changed to in the past, and ALT-RIGHT undoes ALT-LEFT. +This plugin allows you to navigate the history of previous current-working-directories using ALT-LEFT and ALT-RIGHT. ALT-LEFT moves back to directories that the user has changed to in the past, and ALT-RIGHT undoes ALT-LEFT. MAC users may alternately use OPT-LEFT and OPT-RIGHT. For example, if the shell was started, and the following commands were entered: @@ -596,7 +596,7 @@ 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. -Currently the max history size is 100. The navigation should work for xterm, PuTTY xterm mode, and GNU screen. +Currently the max history size is 30. The navigation should work for xterm, PuTTY xterm mode, GNU screen, and on MAC with alternate keys as mentioned above. ---