From f6e03ef50e7be7433e91411e377dbb2416d31580 Mon Sep 17 00:00:00 2001 From: Ryan Date: Sat, 23 Jun 2018 18:38:56 -0500 Subject: [PATCH] Updated Plugins (markdown) --- Plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins.md b/Plugins.md index 694a684..5404d45 100644 --- a/Plugins.md +++ b/Plugins.md @@ -603,7 +603,7 @@ After that, ALT-DOWN will probably go to /usr/bin (depends on your /usr structur 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. -**See also**: [dircycle](https://github.com/robbyrussell/oh-my-zsh/wiki/Plugins#dircycle) enables more efficient back/forward navigation by using the built-in directory stack, but lacks the ability to traverse up/down directories (although this is simple to add with a keybinding with `cd ..`). +**See also**: [dircycle](https://github.com/robbyrussell/oh-my-zsh/wiki/Plugins#dircycle) enables more efficient back/forward navigation by using the built-in directory stack, but lacks the ability to traverse up/down directories (although this is simple to add with a keybinding to `cd ..`). ---