LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Is screen what im looking for for side by side shells? (https://www.linuxquestions.org/questions/linux-software-2/is-screen-what-im-looking-for-for-side-by-side-shells-440266/)

dr_zayus69 04-30-2006 09:52 AM

Is screen what im looking for for side by side shells?
 
hi. i remember reading an article in linux journal about a program. In it the author was able to have 4 bash shell windows open in one window so that it was a square with a shell in each corner. i looked in all my linux journals but couldn't find the article again for the name (too bad you can't google documents in real life) I use screen but it is sometimes cumbersome to switch back and forth using ctrl+a+n/p. I was wondering if screen is the program in the article and the 4 shells in one window is just a feature i don't know how to utilize or if it is something else. Thanks for any responses in return.

dive 04-30-2006 10:55 AM

I seem to remember a post about this the other day

http://www.linuxquestions.org/questi...d.php?t=439073

ioerror 04-30-2006 11:21 AM

Screen cannot split vertically so it doesn't sound like this is what you saw. As for switching windows being cumbersome, I don't see how it can get any easier? How is moving your hand over to the mouse to select a window more convenient than tapping a couple of keys? You've found some easier way to select windows? Voice control maybe? Hey, you're name isn't Scotty is it? :D

jerril 04-30-2006 11:56 AM

Quadkonsole is probably what you are looking for. It was in the July 2005 issue of Linux Journal: "Tricked Out Terminals" by Marcel Gagne.

It was in my notes for me to try out; but I haven't got around to it. Honestly I like a plain old xterm, it's never failed me.

jer

dive 04-30-2006 02:18 PM

Kde app by the look of it http://www.kde-apps.org/content/show.php?content=22482

Think I'll stick with mrxvt and aterm

dr_zayus69 04-30-2006 02:22 PM

Quote:

Originally Posted by ioerror
Screen cannot split vertically so it doesn't sound like this is what you saw. As for switching windows being cumbersome, I don't see how it can get any easier? How is moving your hand over to the mouse to select a window more convenient than tapping a couple of keys? You've found some easier way to select windows? Voice control maybe? Hey, you're name isn't Scotty is it? :D

i don't mean actually switching is a problem. I mean that the screens aren't visible at the same time. I've had one screen in a ssh session on a remote host so i could type in the long file name in another screen for scp to copy it to the local machine.

dr_zayus69 04-30-2006 02:25 PM

Quote:

Originally Posted by jerril
Quadkonsole is probably what you are looking for. It was in the July 2005 issue of Linux Journal: "Tricked Out Terminals" by Marcel Gagne.

It was in my notes for me to try out; but I haven't got around to it. Honestly I like a plain old xterm, it's never failed me.

jer

thanks. that must be it. I knew it was by the guy that does the article like it is a french resturant and that name sounds like it is that guy. For the most part screen does what i need it to but a lot of times i often need to see the output of one of the screens while im typing something in another one.

ioerror 04-30-2006 04:38 PM

Quote:

Originally Posted by dr_zayus69
I mean that the screens aren't visible at the same time. I've had one screen in a ssh session on a remote host so i could type in the long file name in another screen for scp to copy it to the local machine.

Well, you can split the screen as many times as you want (only horizontally though).

dmartins 04-30-2006 06:50 PM

ctrl+a S - splits the current window, be sure to use capital S, a lowercase s is the same as scroll lock. If you screw up, ctrl+a q will let things scroll again
ctrl+a Tab - moves between split screens
ctrl+a X - closes the current section and makes the others larger to take it's place.

ioerror 05-01-2006 02:53 AM

It should be mentioned that ctrl-a is just the default prefix, you can change it to whatever you like (indeed, you can change all keybindings).

Another useful key is <prefix> ?, which will show you the current key bindings.


All times are GMT -5. The time now is 04:50 PM.