From: Oleg Broytman Date: Thu, 2 Jan 2014 00:21:48 +0000 (+0400) Subject: PgUp/PgDn for history-search X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=58869a05fd0f4f38f74b14a340d49cbb5694ca5e PgUp/PgDn for history-search --- diff --git a/.inputrc b/.inputrc index 0e96e09..46877d0 100644 --- a/.inputrc +++ b/.inputrc @@ -21,6 +21,10 @@ M-Tab: menu-complete #"\C-h": backward-delete-char #"\e\C-h": backward-kill-word +# PgUp/PgDn +"\e[5~": history-search-backward +"\e[6~": history-search-forward + # Debug "\C-xf": dump-functions "\C-xv": dump-variables