While we are talking about screen - I'd really like to be able to highlight text in VIM (using the visual mode) and then be able to paste that into another screen. Does anyone know how to do this?
GNU Screen: an introduction and beginner's tutorial
11–20 of 44 posts
Re: GNU Screen: an introduction and beginner's tutorial
#12Stop 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
#13Stop 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
#14Stop 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
#15The day I learned about Screen...It was pure bliss..it solved so many problems I didn't know I had. Copy/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
#16Stop 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 wish someone would write an actual article on tmux and post it here, every time screen comes up I just here statements about the vague superiority of tmux.
Re: GNU Screen: an introduction and beginner's tutorial
#17Stop 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…
Care to clarify "screen is voodoo. tmux isn't."? That's pretty meaningless. 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 OpenBS…
Granted, my screenrc is a hotchpotch of cut-and-paste and default stuff from lots of places, but that's actually the point: I could read through the tmux manpage and set up tmux the way I wanted, without cobbling a conf file together from the blog posts and mailing list emails of wiser people.
Re: GNU Screen: an introduction and beginner's tutorial
#18Stop 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
#19While we are talking about screen - I'd really like to be able to highlight text in VIM (using the visual mode) and then be able to paste that into another screen. Does anyone know how to do this?
http://www.vim.org/scripts/script.php?script_id=2711
Here's an article describing how to use it with lisp:
http://www.ktaylor.name/2009/11/vim-screen-lisp-programming-...
And finally, some key mappings to bind to sending the current paragraph or selection to the interpreter, from any mode.
Re: GNU Screen: an introduction and beginner's tutorial
#20Building screen isn't too hard. Run the autogen.sh script to generate the configure script.