diff options
author | Marc Cornellà <marc.cornella@live.com> | 2016-10-04 13:56:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-04 13:56:25 +0200 |
commit | 3cc61701bd7fd0a3fa6cb3c70f2b927a1e51970a (patch) | |
tree | 741b2f89f88371628e0ff77ff75597a040fe7a12 /plugins/per-directory-history/README.md | |
parent | 99dbf322da1500b6c2e1f23446c58e8c357bd388 (diff) | |
download | zsh-3cc61701bd7fd0a3fa6cb3c70f2b927a1e51970a.tar.gz zsh-3cc61701bd7fd0a3fa6cb3c70f2b927a1e51970a.tar.bz2 zsh-3cc61701bd7fd0a3fa6cb3c70f2b927a1e51970a.zip |
Update per-directory-history plugin to latest version (#5493)
Latest version: February 17, 2016 - dd81201
Diffstat (limited to 'plugins/per-directory-history/README.md')
-rw-r--r-- | plugins/per-directory-history/README.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/per-directory-history/README.md b/plugins/per-directory-history/README.md index d8ff93dc0..196f74e6c 100644 --- a/plugins/per-directory-history/README.md +++ b/plugins/per-directory-history/README.md @@ -27,9 +27,8 @@ Usage 2. The default mode if per directory history, interact with your history as normal. 3. Press ^G (the Control and G keys simultaneously) to toggle between local - and global histories. - - + and global histories. If you would prefer a different shortcut to toggle + set the PER_DIRECTORY_HISTORY_TOGGLE environment variable. ------------------------------------------------------------------------------- Configuration |