From 1005ca83562f9f92f36283f9dd150fc6d80e7093 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Tue, 20 Jul 2021 23:11:18 +0200 Subject: [PATCH] Update kybinds --- home/.config/shell/keybinds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.config/shell/keybinds b/home/.config/shell/keybinds index 8b10f0a..284df26 100755 --- a/home/.config/shell/keybinds +++ b/home/.config/shell/keybinds @@ -51,7 +51,7 @@ bindkey '^[[1;5C' forward-word bindkey '^[[1;5D' backward-word # [Ctrl-r] - Search backward incrementally for a specified string. The string may begin with ^ to anchor the search to the beginning of the line. -bindkey '^r' history-incremental-search-backward +bindkey '^r' history-incremental-search-backward # [PageUp] - Up a line of history [[ -n "${terminfo[kpp]}" ]] && bindkey "${terminfo[kpp]}" up-line-or-history # [PageDown] - Down a line of history