X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.inputrc;h=e0a65608b5cd82a18cd3e97afc8d49c59a8fb7d2;hb=20515fecab4ad47200eff26038c6cef8e2cef271;hp=e29d1c9a2c91333bcfeb125e28684a26eb9baff1;hpb=4f1e99ed55bac8ea5169f2a9e667a2a8f1f2f6a7;p=dotfiles.git diff --git a/.inputrc b/.inputrc index e29d1c9..e0a6560 100644 --- a/.inputrc +++ b/.inputrc @@ -35,10 +35,14 @@ M-Tab: menu-complete #"\C-h": backward-delete-char #"\e\C-h": backward-kill-word -# PgUp/PgDn - more intelligent Up/Down behavior: use the text that has already +# PgUp/PgDn - previous/next command in history +"\e[5~": previous-history +"\e[6~": next-history + +# More intelligent Up/Down behavior: use the text that has already # been typed as the prefix for searching through commands. -"\e[5~": history-search-backward -"\e[6~": history-search-forward +"\e[A": history-search-backward +"\e[B": history-search-forward # Debug "\C-xf": dump-functions