diff options
| author | cohml <62400541+cohml@users.noreply.github.com> | 2023-11-29 04:15:32 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-29 10:15:32 +0100 |
| commit | 418046e9583f635b0303e4b8cf31c356b175cec3 (patch) | |
| tree | 0b4a3742a60c7a78dc910e63eaf79010a9880c68 /plugins/per-directory-history/README.md | |
| parent | 7e3fdf33ec53821e574b8d6df43bec7264c507ee (diff) | |
| download | zsh-418046e9583f635b0303e4b8cf31c356b175cec3.tar.gz zsh-418046e9583f635b0303e4b8cf31c356b175cec3.tar.bz2 zsh-418046e9583f635b0303e4b8cf31c356b175cec3.zip | |
feat(per-directory-history): add option to reduce verbosity (#12069)
Co-authored-by: Chris Hamill <chamill@ets.org>
Diffstat (limited to 'plugins/per-directory-history/README.md')
| -rw-r--r-- | plugins/per-directory-history/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/per-directory-history/README.md b/plugins/per-directory-history/README.md index 69854aa38..11150b059 100644 --- a/plugins/per-directory-history/README.md +++ b/plugins/per-directory-history/README.md @@ -34,6 +34,8 @@ toggle set the `PER_DIRECTORY_HISTORY_TOGGLE` environment variable. and global histories. * `PER_DIRECTORY_HISTORY_TOGGLE` is the key binding used to run the toggle-history function above (default `^G`) +* `PER_DIRECTORY_HISTORY_PRINT_MODE_CHANGE` is a variable which toggles whether + the current mode is printed to the screen following a mode change (default `true`) ## History |
