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
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
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
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
--
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
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
>&
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
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
> 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"
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
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
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
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
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
-- 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 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
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
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
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
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
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:
&
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 &
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
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
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
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:
> > >>> [...]
> > >>>
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
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
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
> 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
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
-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*
> >
[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:
&
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
&
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
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 ?
>
>
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
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
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
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
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
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
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
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
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
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
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
47 matches
Mail list logo