diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-11-10 22:37:55 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-11-10 22:37:55 +0100 |
commit | 43e48d21486a80d609053be2025c7d858fa94351 (patch) | |
tree | f5cd74a3a8dbeed53a5fb5463da843bf9373e34e /.config/readline | |
parent | 741df32875d549f63ea3e5d3d1c8516642386f1c (diff) |
readline: Add C-o binding for Go’s ‘./...’
Diffstat (limited to '.config/readline')
-rw-r--r-- | .config/readline/inputrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/readline/inputrc b/.config/readline/inputrc index 39aec50..fdb5cdf 100644 --- a/.config/readline/inputrc +++ b/.config/readline/inputrc @@ -28,6 +28,7 @@ $endif $if Bash C-p: "| $PAGER" + C-o: "./..." # Since <C-r> is bound to ‘forward-search-history’ C-t: reverse-search-history |