diff options
Diffstat (limited to '.config/readline/inputrc')
-rw-r--r-- | .config/readline/inputrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/readline/inputrc b/.config/readline/inputrc index a5d3244..39aec50 100644 --- a/.config/readline/inputrc +++ b/.config/readline/inputrc @@ -27,7 +27,7 @@ $if editing-mode == vi $endif $if Bash - C-p: " | $PAGER" + C-p: "| $PAGER" # Since <C-r> is bound to ‘forward-search-history’ C-t: reverse-search-history |