zsh:keys: Mention AUTO_PUSHD for cd-{back,for}ward

This commit is contained in:
2025-02-19 13:10:16 +01:00
parent d57ee922c9
commit a053efa93e

View File

@@ -120,7 +120,8 @@ function cd-forward() {
}
zle -N cd-forward
# cycle through `dirs` with ^o and ^i similar to the jumplist in vim
# cycle through `dirs` with ^o and ^i similar to the jumplist in vim.
# Need AUTO_PUSHD (see options.zsh)
bindkey '^O' cd-backward
bindkey '^[[105;5u' cd-forward # ^I