Closed GoogleCodeExporter closed 9 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
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
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
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
Fix released with 1.1
Original comment by nicora...@gmail.com
on 28 May 2010 at 5:58
Original issue reported on code.google.com by
pablog...@gmail.com
on 26 May 2010 at 3:50