diff options
| -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. | 
