Update 05.04.2026
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
per-directory-history plugin
|
||||
----------------------------
|
||||
# per-directory-history plugin
|
||||
|
||||
This plugin adds per-directory history for zsh, as well as a global history,
|
||||
and the ability to toggle between them with a keyboard shortcut. This is a
|
||||
@@ -34,6 +33,9 @@ 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_START_WITH_GLOBAL` is a global variable that defines how to start the plugin: global or local (default `false`)
|
||||
|
||||
## History
|
||||
|
||||
|
||||
Reference in New Issue
Block a user