17 lines
386 B
Text
17 lines
386 B
Text
|
# ------------------------------------------------------------------------------
|
||
|
# SCREEN KEYBINDINGS
|
||
|
# ------------------------------------------------------------------------------
|
||
|
|
||
|
# Remove some stupid / dangerous key bindings
|
||
|
bind ^k
|
||
|
#bind L
|
||
|
bind ^\
|
||
|
# Make them better
|
||
|
bind \\ quit
|
||
|
bind K kill
|
||
|
bind I login on
|
||
|
bind O login off
|
||
|
|
||
|
screen -t aes /bin/sh /srv/core/patchman/loop_aes.sh
|
||
|
|