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

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

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

2012-12-21 Thread Sinbad
> It will be slower but shouldn't be very slow. why will it be slower ? > What platform, what terminal, what tmux version, how many panes, running on linux, terminal is xterm, tmux version is 1.6 with just two panes. merged two windows using joinp cmd. > how much slower is it? i found it to b

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

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 wrote: > Hi,

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

2012-12-17 Thread Thomas Adam
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 not working for you, or more likely, what is it you think it's

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 windows in a tmux session,

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

2012-12-16 Thread Thomas Adam
Hi, On 17 December 2012 06:46, Sinbad 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 bottom > window cont

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 b

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

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