Markus Martin

Results 4 comments of Markus Martin

My proposal: ``` key-prev-tab: ctrl p key-next-tab: ctrl n key-close-tab: ctrl x key-quit: meta x key-menu: ctrl r ``` None of these conflict with readline keys for text editing. Yes,...

My first thought was that having to navigate to the conversation list to exit would be kind of slow but if you hit it a few times in a row,...

Are you using xterm or a different terminal? I tried your example with rxvt-unicode (urxvt) v9.22 and both scrolling and the alternate buffer worked correctly.

@malikbenkirane I forgot that I had some custom settings. Probably `secondaryScroll` is making a difference here. ``` URxvt*foreground: gray90 URxvt*background: black URxvt*font: xft:Bitstream Vera Sans Mono-12,xft:Junicode URxvt*scrollBar: false URxvt*secondaryScroll: true...