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 screen

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 security

Re: tmux window title on top

2012-05-01 Thread Sinbad
On Tue, May 1, 2012 at 11:49 AM, Nicholas Marriott wrote: > set -g status-position top > > > On Tue, May 01, 2012 at 10:26:48AM +0530, Sinbad wrote: >> I just started exploring tmux, i was a long time screen user. >> though screen was sufficient for all my practical pur

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 --

Re: load a string to paste buffer

2012-05-02 Thread Sinbad
On Wed, May 2, 2012 at 3:02 PM, Sinbad wrote: > On Wed, May 2, 2012 at 2:23 PM, Nicholas Marriott > 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, N

Re: tmux window title on top

2012-05-02 Thread Sinbad
On Wed, May 2, 2012 at 11:48 AM, Nicholas Marriott 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 >> wrote: >> > set -g status-position top >&

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 f

Re: new line problem in displayed output

2012-05-06 Thread Sinbad
gt; > > On Sun, May 06, 2012 at 01:12:53PM +0530, Sinbad wrote: > >hi, > > > >in my tmux session, the output of a program is garbled. > > > >The following is the expected output. > > > &g

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 >> 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"

Re: new line problem in displayed output

2012-05-06 Thread Sinbad
ted on Sun 06 May 2012 08:49:22 PM PDT sinbad@bara^[[0;36m[<>]# ^[[0mdevice.mcn ^M spawn telnet device.mcn^M^M^M Trying 10.12.1.30...^M^M^M Connected to device.mcn.^M^M^M Escape character is '^]'.^M^M^M login: sinbad^M^M Password: ^M^M [local]device.mcn>ena^M^M Password

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 Conferen

Re: binding from inside a bash function

2012-05-07 Thread Sinbad
On Mon, May 7, 2012 at 5:24 PM, Sinbad 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

Re: binding from inside a bash function

2012-05-07 Thread Sinbad
On Mon, May 7, 2012 at 7:21 PM, Ivan Nečas wrote: > On 05/07/2012 03:32 PM, Sinbad wrote: > > On Mon, May 7, 2012 at 5:24 PM, Sinbad 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 functio

scripting support for tmux

2012-05-08 Thread Sinbad
is there a plan to add scripting support for tmux. i am specifically looking for 'expect' kind of support. it will be helpful when a program is not being run from a shell. most of my work will rely on logging into remote hardware deivces like network switches and doing some stuff there, where i hav

Fwd: scripting support for tmux

2012-05-10 Thread Sinbad
-- Forwarded message -- From: Sinbad Date: Fri, May 11, 2012 at 9:24 AM Subject: Re: scripting support for tmux To: Nicholas Marriott On Wed, May 9, 2012 at 12:03 PM, Nicholas Marriott < nicholas.marri...@gmail.com> wrote: > No, no plans, although you could be more sp

tmux slow in changing the window

2012-05-14 Thread Sinbad
tmux doesn't change the window or is not quick, when the current window is emitting lot of output to stdout, generally when compiling big modules, lot of output will be emitted continuously, during this time i've observed tmux is not able to change to other window, some times i even have to detach

Re: tmux slow in changing the window

2012-05-15 Thread Sinbad
On Tue, May 15, 2012 at 12:23 PM, Thomas Adam 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" wrote

git svn pull latest code

2012-05-17 Thread Sinbad
i'm trying to pull latest tmux code from git. when i run "git svn clone " it is fetching all the revisions, how can i just pull the latest snapshot of the code without getting revision history. i did some googling, and found that git's depth option can be used, but depth option is not supported in

Re: git svn pull latest code

2012-05-19 Thread Sinbad
On Thu, May 17, 2012 at 1:36 PM, Thomas Adam wrote: > On 17 May 2012 08:55, Sinbad wrote: > > i'm trying to pull latest tmux code from git. > > when i run "git svn clone " it is fetching > > all the revisions, how can i just pull the latest > > sna

Re: git svn pull latest code

2012-05-19 Thread Sinbad
On Sun, May 20, 2012 at 9:44 AM, Sinbad wrote: > On Thu, May 17, 2012 at 1:36 PM, Thomas Adam wrote: > >> On 17 May 2012 08:55, Sinbad wrote: >> > i'm trying to pull latest tmux code from git. >> > when i run "git svn clone " it is fetching &g

Re: git svn pull latest code

2012-05-20 Thread Sinbad
On Sun, May 20, 2012 at 1:19 PM, Thomas Adam 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" wrote: > >> >> On Sun, May 20, 2012 at 9:44 AM, Sinbad wrote: &

Re: git svn pull latest code

2012-05-23 Thread Sinbad
on. > Because you use "-s", you can't add "trunk" at the end of the svn > link. > > Hope it helps. > > On Thu, May 17, 2012 at 12:55 AM, Sinbad wrote: > > i'm trying to pull latest tmux code from git. > > when i run "git svn clone &

Re: tmux slow in changing the window

2012-05-25 Thread Sinbad
On Tue, May 15, 2012 at 12:23 PM, Thomas Adam 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 time lag in chan

Re: tmux slow in changing the window

2012-06-05 Thread Sinbad
t. > > > On Fri, May 25, 2012 at 02:37:16PM +0530, Sinbad wrote: > >On Tue, May 15, 2012 at 12:23 PM, Thomas Adam <[1]tho...@xteddy.org> > >wrote: > > > > Rate limiting support to help with this problem, was added to tmux > > recently. A

bash text substitution in tmux

2012-08-13 Thread Sinbad
s it possible to enter text into a command by matching the partial text in the command with the shell output just like the autocomplete in vim using ctrl-p and ctrl-n. example: $some_cmd some output words more words $out $output i am not refferring to the command history, i want to be able to au

Re: bash text substitution in tmux

2012-08-14 Thread Sinbad
On Tue, Aug 14, 2012 at 1:09 PM, Thomas Adam wrote: > On Tue, Aug 14, 2012 at 05:33:59PM +1000, Stephen Thirlwall wrote: > > On 14/08/12 5:00 PM, Thomas Adam wrote: > > > On 14 August 2012 07:19, Stephen Thirlwall wrote: > > >> On 14/08/12 10:41 AM, Stephen Thirlwall wrote: > > >>> [...] > > >>>

vertical split using join-pane and pane dividers characters.

2012-12-11 Thread Sinbad
how do i vertical split using join-pane command. and also junk chars are shown as pane dividers how can i change that. $TERM is set to xterm-256color both inside and outside tmux. For pane divider i tried setting export LANG=en_US.UTF-8 as indicated in other post, it didn't help. -s

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

2012-12-16 Thread Sinbad
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 co

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 wrote: > Hi, > > On 17 December 2012 06:46, Sinbad wrote: > > i have two windo

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

2012-12-20 Thread Sinbad
> Hi, > > On 18 December 2012 06:23, Sinbad 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

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 R

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

2012-12-21 Thread Sinbad
-bottom split of course, that's obvious, your perception > of what is intuitive is wrong. > > > On Fri, Dec 21, 2012 at 10:14:24AM +0530, Sinbad wrote: > >ok, :join-pane -h -t 1 -s 2, did what i was looking for.* > >i thought -v would give split like* > >

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 wrote: &

Re: panes slow response in scrolling

2012-12-21 Thread Sinbad
shouldn't be very slow, give 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 &

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 y

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 wrote: > > It will be slower but shouldn't be very slow. > > why will it be slower ? > >

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

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 list-session

Re: panes slow response in scrolling

2013-01-16 Thread Sinbad
i just connect from windows machine using putty to one of the servers running linux. the echo $TERM shows xterm-256color, so i thought terminal is xterm, i'm a non root user, in my home i don't find .Xdefaults/.Xresources, i don't really know what terminal i'm running, pardon my ignorance. On Thu

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 in

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 Lit

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

map keys in copy mode

2013-06-03 Thread Sinbad
how can i map keys in copy mode, for example i would like to map 'u' page-up and 'd' for page-down. i know c-u c-d already works but i don't want to press control key combinations, i want a single characte

binding multi-letter

2013-09-10 Thread Sinbad
hi, how can i bind a multi letter key to do something for example i want to bind 'ga' to do some stuff, here 'g' should be leader letter just like in vim. how do i do that. -- How ServiceNow helps IT people transform IT dep

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 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 pas

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 g