From 1ebcb1eddea42f8b1911fde06909fda3ecaeae86 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Sun, 20 Sep 2020 20:12:18 +1200 Subject: Misc updates --- zshrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'zshrc') diff --git a/zshrc b/zshrc index c79dad1..6257fcb 100644 --- a/zshrc +++ b/zshrc @@ -23,6 +23,9 @@ key[Insert]="$terminfo[kich1]" key[Backspace]="$terminfo[kbs]" key[Delete]="$terminfo[kdch1]" +bindkey -e +bindkey "^R" history-incremental-search-backward + # setup key accordingly [[ -n "$key[Home]" ]] && bindkey -- "$key[Home]" beginning-of-line [[ -n "$key[End]" ]] && bindkey -- "$key[End]" end-of-line -- cgit v1.1