From d4696cbf3476a473421b536a1d4cb63a5ce48eef Mon Sep 17 00:00:00 2001 From: Patryk Niedźwiedziński Date: Fri, 11 Dec 2020 16:31:26 +0100 Subject: Update slock --- programs/zsh/postcomp.zshrc | 1 + 1 file changed, 1 insertion(+) (limited to 'programs/zsh/postcomp.zshrc') diff --git a/programs/zsh/postcomp.zshrc b/programs/zsh/postcomp.zshrc index 178240f..e6f50b4 100644 --- a/programs/zsh/postcomp.zshrc +++ b/programs/zsh/postcomp.zshrc @@ -7,6 +7,7 @@ bindkey -M menuselect 'h' vi-backward-char bindkey -M menuselect 'k' vi-up-line-or-history bindkey -M menuselect 'l' vi-forward-char bindkey -M menuselect 'j' vi-down-line-or-history +bindkey '^R' history-incremental-search-backward bindkey -v '^?' backward-delete-char # Change cursor shape for different vi modes. -- cgit 1.4.1