mirror of
https://github.com/PDP-10/its.git
synced 2026-01-13 07:19:57 +00:00
16 lines
334 B
Plaintext
16 lines
334 B
Plaintext
# Make F9 the new command key.
|
|
bindkey -k k9 command
|
|
escape ""
|
|
|
|
# F1 - F8 selects screen.
|
|
bindkey -k k1 select 0
|
|
bindkey -k k2 select 1
|
|
bindkey -k k3 select 2
|
|
bindkey -k k4 select 3
|
|
bindkey -k k5 select 4
|
|
bindkey -k k6 select 5
|
|
bindkey -k k7 select 6
|
|
bindkey -k k8 select 7
|
|
|
|
screen -fn -t "SIMH control console" ./start chaosnet tv11
|