annotate .screenrc @ 100:a4cd935561d4 dml-dockerised tip

small updates and version pin for cliopatria
author wolffd <wolffd.mail@googlemail.com>
date Fri, 29 Jun 2018 17:48:41 +0100
parents 72667ffd72f0
children
rev   line source
samer@2 1 termcapinfo xterm 'hs:ts=\E]2;:fs=\007:ds=\E]2;screen\007'
samer@2 2 termcapinfo xterm-color 'hs:ts=\E]2;:fs=\007:ds=\E]2;screen\007'
samer@2 3 termcapinfo xterm-256color 'hs:ts=\E]2;:fs=\007:ds=\E]2;screen\007'
samer@2 4 termcapinfo xterm*|xterms|xs|rxvt ti@:te@
samer@2 5 msgwait 1
samer@2 6 chdir
samer@2 7 shell -bash
samer@2 8
samer@2 9 hardstatus off
samer@67 10 caption always "%{=r}%{+b}%H%07=%+=|%{-} %-w%45L>%{+b}%n %t%{-}%+w%<%{-}"
samer@2 11 defscrollback 16000
samer@2 12
samer@2 13 # Yet another hack:
samer@2 14 # Prepend/append register [/] to the paste if ^a^] is pressed.
samer@2 15 # This lets me have autoindent mode in vi.
samer@2 16 register [ "\033:se noai\015a"
samer@2 17 register ] "\033:se ai\015a"
samer@2 18 bind ^] paste [.]
samer@2 19
samer@2 20 bind = resize =
samer@2 21 bind + resize +2
samer@2 22 bind - resize -2
samer@2 23 bind _ resize max
samer@2 24
daniel@39 25 screen -t dml-edit 1 runin $HOME/src/hg/dml-cliopatria/cpack/dml bash
daniel@73 26 screen -t dml-run 0 runin $HOME/var/dml forever ./run.pl --prefix=/cp --after_load='dml:start_matlab,dml:start_r_server,dml:initiate_bl_scraping(_)'
daniel@41 27 screen -t cp-edit 2 runin $HOME/src/github/ClioPatria bash
daniel@39 28 screen -t scratch 3 runin $HOME bash
daniel@41 29 screen -t ml-in 4 runin $HOME/var/dml tail -f matlab_in.log
daniel@41 30 screen -t ml-out 5 runin $HOME/var/dml tail -f matlab_out.log
samer@2 31