Set C-x b to change to the previous directory

This commit is contained in:
Tom Willemse 2016-03-14 12:19:47 +01:00
parent 6c37b01bcb
commit 1eb2864451

View file

@ -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