Set C-x b to change to the previous directory
This commit is contained in:
parent
6c37b01bcb
commit
1eb2864451
1 changed files with 1 additions and 0 deletions
|
@ -113,6 +113,7 @@ bindkey "\e[5D" backward-word
|
||||||
bindkey "\e0d" emacs-backward-word
|
bindkey "\e0d" emacs-backward-word
|
||||||
bindkey "\e\e[C" forward-word
|
bindkey "\e\e[C" forward-word
|
||||||
bindkey "\e\e[D" backward-word
|
bindkey "\e\e[D" backward-word
|
||||||
|
bindkey -s "^Xb" $'cd -\n'
|
||||||
## for rxvt
|
## for rxvt
|
||||||
bindkey "\e[8~" end-of-line
|
bindkey "\e[8~" end-of-line
|
||||||
bindkey "\e[7~" beginning-of-line
|
bindkey "\e[7~" beginning-of-line
|
||||||
|
|
Loading…
Reference in a new issue