]> git.donarmstrong.com Git - zsh.git/blobdiff - .zsh/zshrc/80_bindkeys
fix history-search-end
[zsh.git] / .zsh / zshrc / 80_bindkeys
index 1959bbd5c9d2b5934bcfa9ac70888473c6cd15bf..28ea2ce815550bcb47403872d887b4a1ab941a68 100644 (file)
@@ -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