Fix '.' entry in reverse-i-search
This commit is contained in:
parent
b75fe78ac7
commit
5b0b23d05a
1
.zshrc
1
.zshrc
@ -63,6 +63,7 @@ function expand-dot-to-parent-directory-path {
|
|||||||
}
|
}
|
||||||
zle -N 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 emacs "." expand-dot-to-parent-directory-path
|
||||||
|
bindkey -M isearch "." self-insert
|
||||||
|
|
||||||
# Inserts 'sudo ' at the beginning of the line.
|
# Inserts 'sudo ' at the beginning of the line.
|
||||||
function prepend-sudo() {
|
function prepend-sudo() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user