Please bear with us as we work to restore functionality to dotfiles.org.
jonty
-
.bashrc
Commands vi and man will launch in separate screens when called inside GNU screen. You need my scr file as well.
-
.screenrc
Use Ctrl-F as command key.
Memorable key commands to split windows, switch windows, monitor.
Nice status line at bottom to list windows, highlight active window, and show current date/time.
Client applications see TERM=screen rather than TERM=linux which works better with some terminfo packages.
-
scr
This shell script is called from my .bashrc for the vi and man commands. If these commands are used from inside GNU screen then they appear as new screens, rather than hogging the shell they were called from. Good for developers.