summaryrefslogtreecommitdiff
path: root/scripts/screenrc
blob: 9c847220f04228438dea80dfe4d474c83f312e23 (plain)
1
2
3
4
5
6
7
8
9
escape ^[^[
bind ^[ colon "quit\015"
mousetrack on
defmousetrack on
screen -t 'cmsrv' ./src/fruits/cmsrv/cmsrv
split
focus
screen -t 'cmsrv_debug'
stuff 'gdb -p $(pgrep cmsrv) -ex cont
'