X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.inputrc;h=bc1641d60ad3e9dd8cfcd21d721f1cccdfadaf32;hb=f2763b86760c3b58c1665b0476730aa4db80d858;hp=0e96e0975652e8f5c55d723c375f77ec90c445dc;hpb=f46bd4d41cc7f243bc8a321effee5200aa69e709;p=dotfiles.git diff --git a/.inputrc b/.inputrc index 0e96e09..bc1641d 100644 --- a/.inputrc +++ b/.inputrc @@ -2,15 +2,14 @@ $include /etc/inputrc +set bell-style none +set completion-ignore-case off + set meta-flag on set convert-meta off set input-meta on set output-meta on -set bell-style none -set completion-ignore-case off -set expand-tilde on - # In all programs, all terminals, make sure this is bound. "\C-x\C-r": re-read-init-file @@ -21,6 +20,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