[emacs] move telnet to new file

pull/76/head
Dmitry Non 5 years ago
parent ed061663ba
commit 6ae4d1ad45

@ -0,0 +1 @@
rosetta: "Emacs"

@ -0,0 +1,9 @@
# Telnet
M-x telnet starts up telnet-modus
C-d either delete char or send EOF
C-c C-c stop running job (similar to C-c under unix)
C-c C-d send EOF
C-c C-o clear output of last command
C-c C-z suspend execution of command
C-c C-u kill line backwards
M-p recall previous command

@ -192,16 +192,6 @@
#
M-x speedbar starts up a separate window with a directory view
# Telnet
M-x telnet starts up telnet-modus
C-d either delete char or send EOF
C-c C-c stop running job (similar to C-c under unix)
C-c C-d send EOF
C-c C-o clear output of last command
C-c C-z suspend execution of command
C-c C-u kill line backwards
M-p recall previous command
# Text
# Works only in text mode
M-s center line

Loading…
Cancel
Save