]> git.phdru.name Git - dotfiles.git/blobdiff - .inputrc
Add .hushlogin, show /etc/motd in .profile if it was changed
[dotfiles.git] / .inputrc
index 0e96e0975652e8f5c55d723c375f77ec90c445dc..bc1641d60ad3e9dd8cfcd21d721f1cccdfadaf32 100644 (file)
--- 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