summaryrefslogtreecommitdiff
path: root/plugins/dirhistory/README.md
diff options
context:
space:
mode:
authorTuowen Zhao <ztuowen@gmail.com>2021-08-16 19:36:49 -0600
committerTuowen Zhao <ztuowen@gmail.com>2021-08-16 19:36:49 -0600
commitf8b7b6584bf1ca7e836ba9cc13fcce573047fb07 (patch)
tree3a49f51b1c5632a7d89bdea855ce873ff7b1060b /plugins/dirhistory/README.md
parent617ed3bd9f3d9519fe2354941f3dbf15b0c712ee (diff)
parent11e22ed0b5c1aebd6e990ea7a885bdf03ab6555a (diff)
downloadzsh-f8b7b6584bf1ca7e836ba9cc13fcce573047fb07.tar.gz
zsh-f8b7b6584bf1ca7e836ba9cc13fcce573047fb07.tar.bz2
zsh-f8b7b6584bf1ca7e836ba9cc13fcce573047fb07.zip
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'plugins/dirhistory/README.md')
-rw-r--r--plugins/dirhistory/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/dirhistory/README.md b/plugins/dirhistory/README.md
index 223650727..602fc8284 100644
--- a/plugins/dirhistory/README.md
+++ b/plugins/dirhistory/README.md
@@ -17,6 +17,9 @@ plugins=(... dirhistory)
| <kbd>alt</kbd> + <kbd>up</kbd> | Move into the parent directory |
| <kbd>alt</kbd> + <kbd>down</kbd> | Move into the first child directory by alphabetical order |
+NOTE: some terminals might override the ALT+Arrows key bindings (Windows Terminal, for example).
+If these don't work check your terminal settings and change them to a different keyboard shortcut.
+
## Usage
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.