Fix '.' entry in reverse-i-search

This commit is contained in:
Adam Goldsmith 2019-10-23 01:26:59 -04:00
parent b75fe78ac7
commit 5b0b23d05a
1 changed files with 1 additions and 0 deletions

1
.zshrc
View File

@ -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() {