mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 07:20:40 +01:00
fix(per-directory-history): ^G also in vi mode (#11808)
Co-authored-by: Chris Hamill <chamill@ets.org>
This commit is contained in:
@@ -81,6 +81,7 @@ function per-directory-history-toggle-history() {
|
||||
autoload per-directory-history-toggle-history
|
||||
zle -N per-directory-history-toggle-history
|
||||
bindkey $PER_DIRECTORY_HISTORY_TOGGLE per-directory-history-toggle-history
|
||||
bindkey -M vicmd $PER_DIRECTORY_HISTORY_TOGGLE per-directory-history-toggle-history
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
# implementation details
|
||||
|
||||
Reference in New Issue
Block a user