]> git.phdru.name Git - dotfiles.git/blobdiff - .inputrc
.inputrc: set expand-tilde off
[dotfiles.git] / .inputrc
index 0e96e0975652e8f5c55d723c375f77ec90c445dc..da6b65cc38e05ae2a5776f53744648d07a739886 100644 (file)
--- a/.inputrc
+++ b/.inputrc
@@ -9,7 +9,6 @@ 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