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

2012-12-21 Thread Nicholas Marriott
Vertical is top-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* * * * | * 1 *| 2 and -h

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

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

2012-12-21 Thread Nicholas Marriott
On Fri, Dec 21, 2012 at 05:26:11PM +0530, Sinbad wrote: It will be slower but shouldn't be very slow. why will it be slower ? Because terminals do not have a way to scroll only some columns on the screen so tmux has to redraw the entire pane. What platform, what terminal, what tmux

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

2012-12-21 Thread Nicholas Marriott
Use emacs and your perception would be the other way round :-). On Fri, Dec 21, 2012 at 05:27:36PM +0530, Sinbad wrote: [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

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

2012-12-20 Thread Sinbad
ok, :join-pane -h -t 1 -s 2, did what i was looking for. i thought -v would give split like | 1 | 2 and -h would split like 1 - 2 but it's other way round, i would say the -v and -h semantics are counter-intuitive. On Tue, Dec 18, 2012 at 12:11 PM, Thomas Adam

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
i have two windows in a tmux session, 1 and 2; now i want to move the two windows to a single pane, i am using join-pane -t 1 -s 2, when i do this i get the horizontal split with the top window containing the window 1 and bottom window containing window 2, but instead of that i need the window to

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

2012-12-16 Thread Thomas Adam
Hi, On 17 December 2012 06:46, Sinbad sinbad.sin...@gmail.com wrote: i have two windows in a tmux session, 1 and 2; now i want to move the two windows to a single pane, i am using join-pane -t 1 -s 2, when i do this i get the horizontal split with the top window containing the window 1 and

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

2012-12-12 Thread Nicholas Marriott
On Tue, Dec 11, 2012 at 12:03:40PM +0530, Sinbad wrote: how do i vertical split using join-pane command. What do you mean? 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. This is wrong inside