X-Git-Url: https://git.donarmstrong.com/?p=zsh.git;a=blobdiff_plain;f=.zsh%2Fzshrc%2F80_bindkeys;h=28ea2ce815550bcb47403872d887b4a1ab941a68;hp=1959bbd5c9d2b5934bcfa9ac70888473c6cd15bf;hb=14b8c2d80836b331e0a68ce16df6640f98122f17;hpb=a4a67ebe1362b5713ab5f36f79526ca763a4c246 diff --git a/.zsh/zshrc/80_bindkeys b/.zsh/zshrc/80_bindkeys index 1959bbd..28ea2ce 100644 --- a/.zsh/zshrc/80_bindkeys +++ b/.zsh/zshrc/80_bindkeys @@ -14,10 +14,6 @@ bindkey -e # history expansion on pressing space bindkey ' ' magic-space -# prefix search (up to cursor position) -bindkey '^xp' history-beginning-search-backward -bindkey '^xn' history-beginning-search-forward - # repeat the previous shell-word ($WORDCHARS) bindkey '\e=' copy-prev-shell-word