diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2020-09-02 19:59:21 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2020-09-02 20:00:11 +0200 |
commit | a04dfc59feac440ca6f2b5d5237838d79547382a (patch) | |
tree | 74b828baab9553855ceb9382d1556f02b8b1f38c | |
parent | 7f69655c54fc83eccabfb5b9571870bee098f5bc (diff) | |
download | xK-a04dfc59feac440ca6f2b5d5237838d79547382a.tar.gz xK-a04dfc59feac440ca6f2b5d5237838d79547382a.tar.xz xK-a04dfc59feac440ca6f2b5d5237838d79547382a.zip |
README: improve libasciidoc compatibility
-rw-r--r-- | README.adoc | 7 |
1 files 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. |