Allow pushd/popd
This commit is contained in:
parent
6eb2ab4456
commit
0624af1db9
1 changed files with 3 additions and 0 deletions
|
@ -140,6 +140,9 @@ in {
|
||||||
programs.zsh.initExtra = ''
|
programs.zsh.initExtra = ''
|
||||||
source $HOME/.p10k.zsh
|
source $HOME/.p10k.zsh
|
||||||
|
|
||||||
|
# pushd
|
||||||
|
setopt AUTO_PUSHD
|
||||||
|
|
||||||
# History search, but from beginning
|
# History search, but from beginning
|
||||||
bindkey "^[[A" history-beginning-search-backward
|
bindkey "^[[A" history-beginning-search-backward
|
||||||
bindkey "^[[B" history-beginning-search-forward
|
bindkey "^[[B" history-beginning-search-forward
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue