Re: Ignoring prefix key special handling when pasting

2012-12-27 Thread Marcin Kulik
This seems to be working great. So far so good. On Mon, Dec 24, 2012 at 1:21 PM, Nicholas Marriott wrote: > Whoops, try this instead please: > > Index: options-table.c > === > RCS file: /cvs/src/usr.bin/tmux/options-table.c,v > retri

[tmux:feature-requests] #112 terminal emulation breaks editor "jove" after screen clear command.

2012-12-27 Thread Vivek Khera
--- ** [feature-requests:#112] terminal emulation breaks editor "jove" after screen clear command.** **Status:** open **Created:** Wed Dec 26, 2012 09:52 PM UTC by Vivek Khera **Last Updated:** Wed Dec 26, 2012 09:52 PM UTC **Owner:** nobody When I run my editor, jove, inside tmux, it worked

Re: Tmux multi-pane scripting

2012-12-27 Thread Thomas Adam
Hi, Look at the FORMATS section in the tmux man page, there's a variable for the count of panes per window. On Dec 27, 2012 8:12 AM, "El Spliffo" wrote: > Hi everybody, > > i made a script to open automatically my SSH sessions in a few > windows/panes, here it is : >

Tmux multi-pane scripting

2012-12-27 Thread El Spliffo
Hi everybody, i made a script to open automatically my SSH sessions in a few windows/panes, here it is : #!/bin/sh tmux new-session -d -s hawkhost tmux new-window -t hawkhost:1 -n 'VPN' 'ssh ovpn@10.10.1.70' tmux new-window -t hawkhost:2 -n 'Halo' 'ssh roo