Mercurial > hg > dml-home
view .screenrc @ 26:0cd5ed5e4bcc
Updates to swish cpack
author | samer |
---|---|
date | Sat, 14 Feb 2015 15:23:25 +0000 |
parents | 597a396b876a |
children | 11abda02707a |
line wrap: on
line source
termcapinfo xterm 'hs:ts=\E]2;:fs=\007:ds=\E]2;screen\007' termcapinfo xterm-color 'hs:ts=\E]2;:fs=\007:ds=\E]2;screen\007' termcapinfo xterm-256color 'hs:ts=\E]2;:fs=\007:ds=\E]2;screen\007' termcapinfo xterm*|xterms|xs|rxvt ti@:te@ msgwait 1 chdir shell -bash hardstatus off defscrollback 16000 # Yet another hack: # Prepend/append register [/] to the paste if ^a^] is pressed. # This lets me have autoindent mode in vi. register [ "\033:se noai\015a" register ] "\033:se ai\015a" bind ^] paste [.] bind = resize = bind + resize +2 bind - resize -2 bind _ resize max screen -t dml-edit 1 runin $HOME/var/dml bash screen -t dml-run 0 runin $HOME/var/dml forever ./run.pl --prefix=/cp --after_load='dml:start_matlab'