A look at terminal emulators, part 1
A look at terminal emulators, part 1
Posted Apr 2, 2018 7:01 UTC (Mon) by tpo (subscriber, #25713)In reply to: A look at terminal emulators, part 1 by xtifr
Parent article: A look at terminal emulators, part 1
bind -r "^O"
You need to enter the "^O" there as CTRL-v CTRL-o.
Posted Apr 2, 2018 7:38 UTC (Mon)
by xtifr (guest, #143)
[Link]
It's a little confusing that it doesn't use the same syntax as .inputrc, but such is life...
You can also say "bind -u operate-and-get-next" to remove the binding of that function from *all* keys.
Though honestly, now that I look at it, it's a handy command I wish I'd known about before, and I may end up binding it to some other key, despite it's (relatively mild) danger.
A look at terminal emulators, part 1