From: Mark Wooding Date: Sun, 26 Feb 2012 13:34:23 +0000 (+0000) Subject: dot/mykermrc.in: Macro for `guvnor', fixing ^? to send ^H. X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/ba898e25da3709460649abc27af832f17ded8389 dot/mykermrc.in: Macro for `guvnor', fixing ^? to send ^H. Because the silly thing's delete handling isn't very good. --- diff --git a/dot/mykermrc.in b/dot/mykermrc.in index 8dac41b..d750a66 100644 --- a/dot/mykermrc.in +++ b/dot/mykermrc.in @@ -98,5 +98,11 @@ def CONSOLE { ;; Synchronize remote terminal size with local window. def SYNCWINSZ output stty rows \v(rows) columns \v(cols)\13 +;; Special cases for particular target hosts. +def GUVNOR { + set key 127 \8 + telnet guvnor.distorted.org.uk +} + ;; Local configuration. if exist \m(_dot)config take \m(_dot)config