On Tue, Jul 20, 2010 at 12:35, Timothy Ball <[email protected]> wrote: > [pardon the cross posting but i felt this was plenty nifty enough to > post to the three lug lists i'm on] > > to use simply add this to your ~/.profile, .bashrc, .zshrc or what have > you. this should work for bash, ksh, zsh, and possibly others. > > --snip--snip--snip-- > function scrssh { screen -t "$@" ssh "$@"; } > function cdmkdir { mkdir "$1"; cd "$1"; }
I actually use something for my .screenrc that is similiar. If you have ever seen the menu-ing system that irssi has on the bottom of its terminal with all the rooms listed by number. My .screenrc basically does the same thing. It automatically opens up irssi, mplayer, finch, vim and weatherspect just by initializing screen. I agree it's fun and useful for local/remote screen sessions. Normal screen keybindings still apply in my setup. vp -- You received this message because you are subscribed to the Google Groups "NLUG" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nlug-talk?hl=en
