X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/e7aef48f33e934106d1a50201d9f098f9886d7ec..c551d987043662d8b7fbcdce42b12bac468f08bb:/.zsh/zshrc/80_bindkeys?ds=sidebyside 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