From 1eb2864451605aa715394bb8696d6a77c9227c2c Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 14 Mar 2016 12:19:47 +0100 Subject: Set C-x b to change to the previous directory --- zsh/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index 1c3b612..e06b3c5 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -113,6 +113,7 @@ bindkey "\e[5D" backward-word bindkey "\e0d" emacs-backward-word bindkey "\e\e[C" forward-word bindkey "\e\e[D" backward-word +bindkey -s "^Xb" $'cd -\n' ## for rxvt bindkey "\e[8~" end-of-line bindkey "\e[7~" beginning-of-line -- cgit v1.2.3-54-g00ecf