mirror of
https://github.com/ksherlock/marlene.git
synced 2024-09-13 00:55:06 +00:00
12 lines
233 B
Plaintext
12 lines
233 B
Plaintext
#
|
|
#
|
|
# some settings so gsh works better with vt100.
|
|
# source vt100.gsh
|
|
#
|
|
set term=vt100
|
|
bindkey backward-delete-char "^H"
|
|
bindkey up-history "^[[A"
|
|
bindkey down-history "^[[B"
|
|
bindkey forward-char "^[[C"
|
|
bindkey backward-char "^[[D"
|