From 5b0b23d05a4fb42e5e8747cd2169be9d8009633a Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Wed, 23 Oct 2019 01:26:59 -0400 Subject: [PATCH] Fix '.' entry in reverse-i-search --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index f94b6b9..ac276ef 100644 --- a/.zshrc +++ b/.zshrc @@ -63,6 +63,7 @@ function expand-dot-to-parent-directory-path { } zle -N expand-dot-to-parent-directory-path bindkey -M emacs "." expand-dot-to-parent-directory-path +bindkey -M isearch "." self-insert # Inserts 'sudo ' at the beginning of the line. function prepend-sudo() {