On 2006-10-22, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hej, > > in bash I'm typing C-R very often to search in the bash history. It's a > confirmed habit. So I'm pressing C-R in ion's mod_query too. But this > doesn't work. What can I do to make ion3 behave like bash when pressing > C-R?
Maybe the following will be close enough?
defbindings("WEdln", {
kpress("Control+R", "WEdln.history_prev(_, true)"),
})
(Bound by default to Control+Up.)
--
Tuomo
