forked from sontek/homies
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_screenrc
More file actions
29 lines (23 loc) · 667 Bytes
/
Copy path_screenrc
File metadata and controls
29 lines (23 loc) · 667 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
hardstatus alwayslastline "%{=b}%{G} Screen(s): %{b}%w %=%{kG}%C%A %D, %M/%d/%Y "
startup_message off
msgwait 1
bindkey -k k7 detach
bindkey -k k8 kill
bindkey -k k9 title
bindkey -k F1 prev
bindkey -k F2 next
screen -t "server"
stuff "cd ~/project/^M"
stuff "source bin/activate^Mdjango_project/manage.py runserver 192.168.56.102:8000"
screen -t "ipython"
stuff "cd ~/project/^M"
stuff "source bin/activate^M"
stuff "django_project/manage.py shell_plus^M"
screen -t "bash1"
stuff "cd ~/project/^M"
stuff "source bin/activate^M"
stuff "cd django_project^M"
screen -t "bash2"
stuff "cd ~/project/^M"
stuff "source bin/activate^M"
stuff "cd django_project^M"