Re: Actually type the default prefix key

2013-05-27 Thread Long Vu
rt a backtick in > your current pane. > > I usually tend to keep the send-prefix the same as the prefix key. > > unbind C-b; bind ` send-prefix > > Now if you type backtick twice, it should insert a backtick. > > -Ashwin > > > On Mon, May 27, 2013 at 11:07 AM,

Actually type the default prefix key

2013-05-27 Thread Long Vu
Hi, I rebind the default prefix key from Ctrl+B to ` (backtick). How do I do to really type the backtick now? Thanks, Long -- This email or any attachments may contain confidential or legally privileged information intended for the sole use of the addressees. Any use, redistribution, disclo

Re: Multiple clients connecting to same session but each viewing different window?

2013-05-23 Thread Long Vu
Ok, new -t woks, thx ! On Thu, May 23, 2013 at 4:54 PM, Nicholas Marriott wrote: > > new -t > > > On Thu, May 23, 2013 at 09:45:54PM +0100, Thomas Adam wrote: >>Oops, >> >>tmux new -a session >> >> Thomas >> >>On 23 M

Re: Multiple clients connecting to same session but each viewing different window?

2013-05-23 Thread Long Vu
ption -- a usage: new-session [-d] [-n window-name] [-s session-name] [-t target-session] [-x width] [-y height] [command] On Thu, May 23, 2013 at 4:45 PM, Thomas Adam wrote: > Oops, > > tmux new -a session > > Thomas > > On 23 May 2013 21:28, "Long Vu" wrote: &

Re: Multiple clients connecting to same session but each viewing different window?

2013-05-23 Thread Long Vu
On Thu, May 23, 2013 at 4:19 PM, Thomas Adam wrote: > On Thu, May 23, 2013 at 03:09:54PM -0400, Long Vu wrote: >> Hi, >> >> I am using tmux 1.6 from the rpmforge repo on RHEL 6. >> >> Is it possible to have multiple clients connecting to the same session >&g

Multiple clients connecting to same session but each viewing different window?

2013-05-23 Thread Long Vu
Hi, I am using tmux 1.6 from the rpmforge repo on RHEL 6. Is it possible to have multiple clients connecting to the same session but each client viewing at different window? So far when one client change to a different window, the other client connected to the same session is also affected. Tha