diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2016-03-12 14:38:19 +0100 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2016-03-12 23:02:59 +0100 |
commit | df395f32e511a7c68e168f995a27a0706636d08b (patch) | |
tree | 1993ef519f9800173463c350642e14334edb61ed /README.adoc | |
parent | f96fa66168827cc7db7fbd6415f00734dad93e17 (diff) | |
download | xK-df395f32e511a7c68e168f995a27a0706636d08b.tar.gz xK-df395f32e511a7c68e168f995a27a0706636d08b.tar.xz xK-df395f32e511a7c68e168f995a27a0706636d08b.zip |
Update NEWS, README
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/README.adoc b/README.adoc index 4a303db..0f5cfe0 100644 --- a/README.adoc +++ b/README.adoc @@ -131,25 +131,25 @@ 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 - - # Make M-left and M-right reorder buffers - $if degesch - "\e\e[C": move-buffer-right - "\e\e[D": move-buffer-left - $endif - +.... +# Preload with system-wide settings +$include /etc/inputrc + +# Make M-left and M-right reorder buffers +$if degesch +"\e\e[C": move-buffer-right +"\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. -Just beware that you can easily break the program if you're not careful. +Beware that you can easily break the program if you're not careful. Contributing and Support ------------------------ Use this project's GitHub to report any bugs, request features, or submit pull requests. If you want to discuss this project, or maybe just hang out with -the developer, feel free to join me at irc://anathema.irc.so, channel #anathema. +the developer, feel free to join me at irc://irc.janouch.name, channel #dev. Disclaimer ---------- |