zsh:keys: Mention AUTO_PUSHD for cd-{back,for}ward
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user