Prevents shadowing of binding ^B by wd widget

rebind to unused ^X^B
master
Jacopo De Simoi 2 years ago
parent 24506906b7
commit 574f983b56
  1. 2
      zshrc.org

@ -428,6 +428,8 @@ This function is a poor-man eselect for configuration files it mv's
# Example format: plugins=(rails git textmate ruby lighthouse)
plugins=(git colorize wd history-substring-search)
export FZF_WD_BINDKEY="^X^B"
source $ZSH/oh-my-zsh.sh
#source $ZSH/z.sh

Loading…
Cancel
Save