AshokEmrys / conque

code.google.com/p/conque
0 stars 0 forks source link

ConqueTermSplit open the terminal window above the previous window. #15

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Use ConqueTermSplit with you favourite program

What is the expected output? What do you see instead?
I expect to have the conque sindow below my current window, I prefer to
have the terminal at the bottom of my windows layout.
But conque splits and open the terminal window on top of the previous one.
Is there any way to make conque to split and put theterminal at the bottom?

What version of the product are you using? On what operating system?
Conake 1.0
Vim 7.1

Please provide any additional information below.

Original issue reported on code.google.com by pablog...@gmail.com on 26 May 2010 at 3:50

GoogleCodeExporter commented 8 years ago
You can add a new command to your .vimrc which uses "belowright split" instead 
of
"split" E.g.:

{{{

command! -nargs=+ -complete=shellcmd ConqueTermSplitBelow call
conque_term#open(<q-args>, ['belowright split'])

}}}

Original comment by nicora...@gmail.com on 26 May 2010 at 5:35

GoogleCodeExporter commented 8 years ago
Thanks.
I have found also that "botright split" is better for me, specially if you have 
a
window in your left side, like NERDTree or similar.
I think this should be set by default, most IDE and tools that embbeed a 
terminal put
the terminal below your "coding" windows, and IMO people is most used to this 
behaviour.
Thanks

Original comment by pablog...@gmail.com on 27 May 2010 at 11:23

GoogleCodeExporter commented 8 years ago
Fair enough. I use the shell at the bottom of the screen as well, but used a 
diff key
combo to start it.

I updated ConqueTermSplit to split below, and also added ConqueTermTab to open 
it in
a new tab (this is what I do personally).

Original comment by nicora...@gmail.com on 27 May 2010 at 5:09

GoogleCodeExporter commented 8 years ago
I dont use tabs, but is good to know.
Thanks for the update

Original comment by pablog...@gmail.com on 27 May 2010 at 5:12

GoogleCodeExporter commented 8 years ago
Fix released with 1.1

Original comment by nicora...@gmail.com on 28 May 2010 at 5:58