On Wed, Mar 16, 2011 at 09:55:46PM -0400, Walter Dnes wrote: > Hi all. I'm a new tmux user, and I use it in a different way. I'll > explain what I'm doing so you understand what I want. > - I have a 24 inch 1920x1200 LCD monitor > - I prefer genuine textmode > - the latest linux video drivers default to *TEXT CONSOLES* in the > native display resolution. So 8x16 VGA font gives... > 1920x1200 / 8x16 = 240x75 > That's 75 rows of 240 columns across... bleagh. > > However, if I set "video=640x480" in the /etc/lilo.conf append line, I > get an 80x30 display. My LCD supports several other modes, including a > few with 1280 pixels across. If I set "video=1280x720", and select > "lat1-14" (aka EGA font) in /etc/conf.d/consolefont, I get > > 1280x720 / 8x14 = 160x51 > > Then I fire up tmux, and split vertically, and get 2 panes of 80x51. > The left pane nets out to 80x50 (subtract 1 row for status bar) and the > right one nets out to 79x50 (subtract status bar and the vertical > dividing line). Note that 8x14 font is a *LOT* nicer than the 80x50 > mode in Windows, where you use an 8x8 (CGA) font in a 640x400 pixel text > console. Now for my questions... > > 1) Is it possible to bind one key (e.g. scroll lock) so I can just hit > one key to switch panes? {CTRL-A}{O} gets annoying when you do a lot > of switching. Alternately (far out wishlist) is it possible to get > focus to follow the gpm mouse cursor? (I did say that was far out).
Yes one key - use eg "bind -n C-p select-pane -t :.+". Scroll lock will only work if it generates a key sequence on your terminal, most don't. Find out if it does by doing "cat" outside tmux and pressing the key to see what it shows. gpm support is possible but I'm told its a bit of a horlicks and I don't use it so I'm not planning to write the code. If someone else does though... > > 2) Is it possible to have "borderless" panes, so that both of the panes > have 80 usable columns? > Not right now but I'll put it on the todo list. > I dream of getting a 30 inch monitor, and running 3 panes across<G>. > > -- > Walter Dnes <waltd...@waltdnes.org> > > ------------------------------------------------------------------------------ > Colocation vs. Managed Hosting > A question and answer guide to determining the best fit > for your organization - today and in the future. > http://p.sf.net/sfu/internap-sfd2d > _______________________________________________ > tmux-users mailing list > tmux-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/tmux-users ------------------------------------------------------------------------------ Enable your software for Intel(R) Active Management Technology to meet the growing manageability and security demands of your customers. Businesses are taking advantage of Intel(R) vPro (TM) technology - will your software be a part of the solution? Download the Intel(R) Manageability Checker today! http://p.sf.net/sfu/intel-dev2devmar _______________________________________________ tmux-users mailing list tmux-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tmux-users