diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-11-10 22:37:43 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-11-10 22:37:43 +0100 |
commit | 741df32875d549f63ea3e5d3d1c8516642386f1c (patch) | |
tree | 6ff5ea134cdda60fe479d38a8bf496f2e13df0c3 /.config/readline/inputrc | |
parent | c9fef7cf5758f8dc528f42258d20ed2e308a3017 (diff) |
readline: Remove leading space
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 |