Hello,

This is more of a question than a bug report, sorry if it's
the wrong place to ask.

When using GNU readline (bash, gdb), and doing a reverse-i-search
with Ctrl-R, pressing the Enter key both selects the current line
and "submits" it.

I want the Enter/Return key to do the same as Esc or C-j in this
case. How can I achieve that?

Setting: `Return: isearch-terminators` in my `~/.inputrc` removes
the normal functionality of executing a command on Enter.

Setting:
```
Return: isearch-terminators
Return: accept-line
```
Seems to only register the latter binding.

Related: https://sourceware.org/bugzilla/show_bug.cgi?id=34048 .

Best,
k4lizen

Reply via email to