From 7f50ceaf16eb7703bc54ff04b3e264239c8aa64d Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Mon, 16 Oct 2017 17:59:06 +0200 Subject: [PATCH] fix isearch dot insert --- .zsh/zshrc/80-zle_parent-dir-shortcut | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zsh/zshrc/80-zle_parent-dir-shortcut b/.zsh/zshrc/80-zle_parent-dir-shortcut index 9f49f6b..baf30b9 100644 --- a/.zsh/zshrc/80-zle_parent-dir-shortcut +++ b/.zsh/zshrc/80-zle_parent-dir-shortcut @@ -17,4 +17,7 @@ rationalise-dot() { zle -N rationalise-dot bindkey . rationalise-dot +# we don't want it for isearch +bindkey -M isearch . self-insert + # vim:ft=zsh -- 2.39.2