tmux complete documentation.

2015-05-04 Thread Sinbad
hi, i'm unable to find the complete documentation of tmux, detailing the syntax of each and every aspect of tmux. for instance i'm trying to look for complete command syntax of 'split-window' command i'm unable to find it anywhere. when i type the command under tmux the syntax briefly appears and

running a bash function from with in tmux.

2015-04-29 Thread Sinbad
Hi, I have a user defined bash function which takes one string parameter and does some operation on that string. i want to be able to call this function from with-in tmux and also pass the parameter from tmux itself. how can i achieve that ? thanks

Re: running a bash function from with in tmux.

2015-04-29 Thread Sinbad
can anyone shed some light on this. On Wed, Apr 29, 2015 at 7:06 PM, Sinbad sinbad.sin...@gmail.com wrote: Hi, I have a user defined bash function which takes one string parameter and does some operation on that string. i want to be able to call this function from with-in tmux and also pass

binding to enter password

2013-05-12 Thread Sinbad
i want to have a binding to enter into sudo mode. so i added the following binding. but it is not working what's the right way to do it. bind-key 0 send-keys su^Mpass^M -- Learn Graph Databases - Download FREE O'Reilly

list all the set options

2013-02-19 Thread Sinbad
how can i all the set options values, all the configured and default ones, much like vim's :set -sinbad -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite

Re: Extend -h, --help output

2013-02-18 Thread Sinbad
i agree with antoly, i found it surprising that a new tool like tmux doesn't have 'tmux -h' or 'tmux --help', the first command i ran when i first installed tmux was 'tmux -h', it started a session instead of printing concise help, this was a surprise to me, and felt counter intuitive. And also

Re: panes slow response in scrolling

2013-01-16 Thread Sinbad
Not that i know of, how do i crosscheck that ? On Tue, Jan 15, 2013 at 10:12 AM, Nicholas Marriott nicholas.marri...@gmail.com wrote: I use split panes all the time and they are fine. Are you using a fancy FreeType face (xterm -fa instead of -fn)? Is it the same in xterm without any of your

window size change.

2013-01-16 Thread Sinbad
when i disconnect my laptop from the docking station while tmux is running and connect it back, i see that the screen size has reduced, and the junk characters are displayed in the unused space, how do i change the screen size to back. the size is [197x50] it should be [207x59] $ tmux

Re: panes slow response in scrolling

2013-01-13 Thread Sinbad
is there any terminal that can support split window scrolling natively ? the pane performance is too slow, not able to enjoy the panes :) On Fri, Dec 21, 2012 at 5:27 PM, Sinbad sinbad.sin...@gmail.com wrote: It will be slower but shouldn't be very slow. why will it be slower ? What

panes slow response in scrolling

2012-12-21 Thread Sinbad
when a window is divided into panes i observed that the scrolling has become very slow, in one of the pane i have vim scrolling in vim has become noticably slow, are there any configurations i should be doing ? -- LogMeIn

Re: vertical split using join-pane and pane dividers characters.

2012-12-21 Thread Sinbad
[ignore previous post] i'm use to vim, in vim, a vertical split will divide the window with left and right sub-windows and a horizontal split will have the window split into top and bottom sub-windows, may be i got my perception from vim. On Fri, Dec 21, 2012 at 5:26 PM, Sinbad sinbad.sin

Re: panes slow response in scrolling

2012-12-21 Thread Sinbad
some more information please. What platform, what terminal, what tmux version, how many panes, how much slower is it? On Fri, Dec 21, 2012 at 02:24:57PM +0530, Sinbad wrote: when a window is divided into panes i observed that the scrolling has become very slow, in one of the pane

join pane with last active window

2012-12-21 Thread Sinbad
how can i join pane with the last window i've been to as the source window. -- LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve

Re: vertical split using join-pane and pane dividers characters.

2012-12-20 Thread Sinbad
...@xteddy.org wrote: Hi, On 18 December 2012 06:23, Sinbad sinbad.sin...@gmail.com wrote: i tried -v option, it doesn't work. this is how i am using it. even with the below command, it always splits horizontally. :join-pane -v -t 1 -s 2 It does work. What is it what's not working for you

Re: vertical split using join-pane and pane dividers characters.

2012-12-17 Thread Sinbad
i tried -v option, it doesn't work. this is how i am using it. even with the below command, it always splits horizontally. :join-pane -v -t 1 -s 2 On Mon, Dec 17, 2012 at 12:38 PM, Thomas Adam tho...@xteddy.org wrote: Hi, On 17 December 2012 06:46, Sinbad sinbad.sin...@gmail.com wrote: i

Re: vertical split using join-pane and pane dividers characters.

2012-12-16 Thread Sinbad
to be split vertically. horizontal: 1 - 2 vertical: | 1 | 2 | On Thu, Dec 13, 2012 at 12:57 AM, Nicholas Marriott nicholas.marri...@gmail.com wrote: On Tue, Dec 11, 2012 at 12:03:40PM +0530, Sinbad wrote: how do i vertical split using join-pane command. What do you

Re: tmux slow in changing the window

2012-05-25 Thread Sinbad
On Tue, May 15, 2012 at 12:23 PM, Thomas Adam tho...@xteddy.org wrote: Rate limiting support to help with this problem, was added to tmux recently. Again, you'll need to use svn, something you seem reluctant to do? -- Thomas Adam I've updated to the latest code but i'm still seeing some

Re: git svn pull latest code

2012-05-20 Thread Sinbad
On Sun, May 20, 2012 at 1:19 PM, Thomas Adam tho...@xteddy.org wrote: Hi, Stop buggering about. There's an autogen.sh script you need to run to generate that. On May 20, 2012 5:19 AM, Sinbad sinbad.sin...@gmail.com wrote: On Sun, May 20, 2012 at 9:44 AM, Sinbad sinbad.sin...@gmail.com

Re: git svn pull latest code

2012-05-19 Thread Sinbad
On Thu, May 17, 2012 at 1:36 PM, Thomas Adam tho...@xteddy.org wrote: On 17 May 2012 08:55, Sinbad sinbad.sin...@gmail.com wrote: i'm trying to pull latest tmux code from git. when i run git svn clone link it is fetching all the revisions, how can i just pull the latest snapshot

Re: git svn pull latest code

2012-05-19 Thread Sinbad
On Sun, May 20, 2012 at 9:44 AM, Sinbad sinbad.sin...@gmail.com wrote: On Thu, May 17, 2012 at 1:36 PM, Thomas Adam tho...@xteddy.org wrote: On 17 May 2012 08:55, Sinbad sinbad.sin...@gmail.com wrote: i'm trying to pull latest tmux code from git. when i run git svn clone link

Re: tmux slow in changing the window

2012-05-15 Thread Sinbad
On Tue, May 15, 2012 at 12:23 PM, Thomas Adam tho...@xteddy.org wrote: Rate limiting support to help with this problem, was added to tmux recently. Again, you'll need to use svn, something you seem reluctant to do? -- Thomas Adam On May 15, 2012 7:34 AM, Sinbad sinbad.sin...@gmail.com wrote

binding from inside a bash function

2012-05-07 Thread Sinbad
i'm trying to configure a bind key through a bash shell. But it is not working. here is my binding in a bash function. tmux bind-key b send-keys run_command how do i do that. cheers -- Live Security Virtual

Re: binding from inside a bash function

2012-05-07 Thread Sinbad
On Mon, May 7, 2012 at 5:24 PM, Sinbad sinbad.sin...@gmail.com wrote: i'm trying to configure a bind key through a bash shell. But it is not working. here is my binding in a bash function. tmux bind-key b send-keys run_command how do i do that. cheers when i say bash shell, i mean

new line problem in displayed output

2012-05-06 Thread Sinbad
hi, in my tmux session, the output of a program is garbled. The following is the expected output. [shell]#display entry groupTypeMin duration State - one internalone-year running [shell]# But the actual output is as

Re: new line problem in displayed output

2012-05-06 Thread Sinbad
+0530, Sinbad wrote: hi, in my tmux session, the output of a program is garbled. The following is the expected output. [shell]#display entry group * * * *Type * * * *Min duration State * * * * * * * - one

Re: tmux window title on top

2012-05-06 Thread Sinbad
On 2 May 2012, at 05:38, Sinbad wrote: On Tue, May 1, 2012 at 11:49 AM, Nicholas Marriott nicholas.marriott@... wrote: set -g status-position top it says unknown option status-position, i am running tmux 1.6 3rd Google hit for tmux status-position: This will be included in tmux 1.7

Re: load a string to paste buffer

2012-05-02 Thread Sinbad
On Wed, May 2, 2012 at 3:02 PM, Sinbad sinbad.sin...@gmail.com wrote: On Wed, May 2, 2012 at 2:23 PM, Nicholas Marriott nicholas.marri...@gmail.com wrote: You have an alias or something for tmux. On Wed, May 02, 2012 at 01:00:51PM +0530, Sinbad wrote: On Wed, May 2, 2012 at 11:50 AM

Re: tmux window title on top

2012-05-02 Thread Sinbad
On Wed, May 2, 2012 at 11:48 AM, Nicholas Marriott nicholas.marri...@gmail.com wrote: You will have to run tmux from the SVN repo. On Wed, May 02, 2012 at 10:08:23AM +0530, Sinbad wrote: On Tue, May 1, 2012 at 11:49 AM, Nicholas Marriott nicholas.marri...@gmail.com wrote: set -g status

load a string to paste buffer

2012-05-01 Thread Sinbad
how do i copy a string to tmux paste buffer from bash script. i'm looking for something like this, tmux readbuf string tmux writebuf #which will dump the read-contents on to the active window. how do i do that. cheers

tmux window title on top

2012-04-30 Thread Sinbad
I just started exploring tmux, i was a long time screen user. though screen was sufficient for all my practical purposes, wanted to give tmux a try and here i am 'up and running on tmux' ;). how do i move the window title bar location from bottom to top, this is one thing i always wanted in

tmux equivalent of screen's readbuf

2012-04-30 Thread Sinbad
i use readbuf extensively in screen to tunnel text from shell to the screen. what's the equivalent command in tmux ? cheers -- Live Security Virtual Conference Exclusive live event will cover all the ways today's