GNU Screen: an introduction and beginner's tutorial
1–10 of 44 posts
Re: GNU Screen: an introduction and beginner's tutorial
#2EDIT: Compare my tmux.conf (http://pastebin.com/m2394d7a2) and my screenrc (http://pastebin.com/d7bb649a5). It was much easier for me to set up tmux the way I wanted from reading the manpage, than it was to configure screen. My screenrc is a hotchpotch of cut-and-paste from lots of different sources, but I never really understood screen. Maybe that's just me.
Re: GNU Screen: an introduction and beginner's tutorial
#3Stop using Screen. Switch to Tmux ( http://tmux.sourceforge.net/ ). Screen is voodoo. Tmux isn't. EDIT: Compare my tmux.conf ( http://pastebin.com/m2394d7a2 ) and my screenrc ( http://pastebin.com/d7bb649a5 ). It was much easier for me to set up tmux the way I wanted from reading the manpage, than it was to configure screen. My screenrc is a hotchpotch of cut-and-paste from lots of different sources, but I never real…
tmux may be better, but it feels harder to get proficient with than screen.
Re: GNU Screen: an introduction and beginner's tutorial
#4Stop using Screen. Switch to Tmux ( http://tmux.sourceforge.net/ ). Screen is voodoo. Tmux isn't. EDIT: Compare my tmux.conf ( http://pastebin.com/m2394d7a2 ) and my screenrc ( http://pastebin.com/d7bb649a5 ). It was much easier for me to set up tmux the way I wanted from reading the manpage, than it was to configure screen. My screenrc is a hotchpotch of cut-and-paste from lots of different sources, but I never real…
Re: GNU Screen: an introduction and beginner's tutorial
#5Stop using Screen. Switch to Tmux ( http://tmux.sourceforge.net/ ). Screen is voodoo. Tmux isn't. EDIT: Compare my tmux.conf ( http://pastebin.com/m2394d7a2 ) and my screenrc ( http://pastebin.com/d7bb649a5 ). It was much easier for me to set up tmux the way I wanted from reading the manpage, than it was to configure screen. My screenrc is a hotchpotch of cut-and-paste from lots of different sources, but I never real…
I've been using tmux, but it feels less inituitive than screen, and I haven't seen as many howto's and such for tmux as I have for screen. tmux may be better, but it feels harder to get proficient with than screen.
Re: GNU Screen: an introduction and beginner's tutorial
#6Copy/pasting, Switching between workstations while working remotely all without losing your spot. Collaboration.
If you don't know about screen, and you find yourself using a CLI even just a little bit, you should take the time to learn it.
Re: GNU Screen: an introduction and beginner's tutorial
#7Earlier quoted context omitted.
I've been using tmux, but it feels less inituitive than screen, and I haven't seen as many howto's and such for tmux as I have for screen. tmux may be better, but it feels harder to get proficient with than screen.
I tried tmux after "not getting" screen. I found tmux to just work without me having to do a lot of R-ingTFM. Speaking of RTFM, tmux is now in the base system of OpenBSD so I would not be surprised to see more how-to's online now (not sure when you tried it).
Re: GNU Screen: an introduction and beginner's tutorial
#8Stop using Screen. Switch to Tmux ( http://tmux.sourceforge.net/ ). Screen is voodoo. Tmux isn't. EDIT: Compare my tmux.conf ( http://pastebin.com/m2394d7a2 ) and my screenrc ( http://pastebin.com/d7bb649a5 ). It was much easier for me to set up tmux the way I wanted from reading the manpage, than it was to configure screen. My screenrc is a hotchpotch of cut-and-paste from lots of different sources, but I never real…
I've been using tmux, but it feels less inituitive than screen, and I haven't seen as many howto's and such for tmux as I have for screen. tmux may be better, but it feels harder to get proficient with than screen.
Re: GNU Screen: an introduction and beginner's tutorial
#9Stop using Screen. Switch to Tmux ( http://tmux.sourceforge.net/ ). Screen is voodoo. Tmux isn't. EDIT: Compare my tmux.conf ( http://pastebin.com/m2394d7a2 ) and my screenrc ( http://pastebin.com/d7bb649a5 ). It was much easier for me to set up tmux the way I wanted from reading the manpage, than it was to configure screen. My screenrc is a hotchpotch of cut-and-paste from lots of different sources, but I never real…
The overall design to tmux is quite a bit cleaner, and (having poked around in their respective sources), I know which I'd be more likely to contribute patches to. It took screen forever to get vertical splits (are they still an unofficial patch?), whereas tmux already has dwm/XMonad-style layouts.
tmux is also included in the standard OpenBSD install. Make what of that you will.