From a04dfc59feac440ca6f2b5d5237838d79547382a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Wed, 2 Sep 2020 19:59:21 +0200 Subject: [PATCH] README: improve libasciidoc compatibility --- README.adoc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 3fa197a..e9dcf20 100644 --- a/README.adoc +++ b/README.adoc @@ -52,8 +52,9 @@ Not supported: be used to implement this feature if needed - limits of almost any kind, just connections and mode `+l` -This program has been https://git.janouch.name/p/haven/src/branch/master/hid[ -ported to Go], and development continues over there. +This program has been +https://git.janouch.name/p/haven/src/branch/master/hid[ported to Go], +and development continues over there. ZyklonB ------- @@ -132,6 +133,7 @@ Custom Key Bindings in degesch ------------------------------ The default and preferred frontend used in 'degesch' is GNU Readline. This means that you can change your bindings by editing '~/.inputrc'. For example: + .... # Preload with system-wide settings $include /etc/inputrc @@ -142,6 +144,7 @@ $if degesch "\e\e[D": move-buffer-left $endif .... + Consult the source code and the GNU Readline manual for a list of available functions. Also refer to the latter for the exact syntax of this file. Beware that you can easily break the program if you're not careful.