in UltraEdit:
ctrl+(tab,tab,tab) (without releasing ctrl)
the first tab immediately after ctrl means PrevActiveTab,
and the following tab means NextTab
when you need to switch between 2 files while you have
many other files opened you can do:
ctrl+tab (release ctrl here) ctrl+tab ...
as they're PrevActiveTab
is it possible to implement in mrxvt?
Logged In: NO
hum, smart tab... but it means we need special handling to keep the state
between key presses. I think it is not a good idea, considering the complexity
introduced.
Logged In: YES
user_id=862337
That's a clever idea. I think making it similar to Alt-Tab
window switching (from Fvwm2 / Kde) would be more productive
... but might be complicated.