Update NEWS, README
This commit is contained in:
parent
f96fa66168
commit
df395f32e5
2
NEWS
2
NEWS
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
* degesch: backlog limit was made configurable
|
* degesch: backlog limit was made configurable
|
||||||
|
|
||||||
* degesch: allow changing the list of IRC capabilities to use
|
* degesch: allow changing the list of IRC capabilities to use if available
|
||||||
|
|
||||||
* degesch: optimize buffer memory usage
|
* degesch: optimize buffer memory usage
|
||||||
|
|
||||||
|
|
22
README.adoc
22
README.adoc
|
@ -131,25 +131,25 @@ Custom Key Bindings in degesch
|
||||||
------------------------------
|
------------------------------
|
||||||
The default and preferred frontend used in 'degesch' is GNU Readline. This
|
The default and preferred frontend used in 'degesch' is GNU Readline. This
|
||||||
means that you can change your bindings by editing '~/.inputrc'. For example:
|
means that you can change your bindings by editing '~/.inputrc'. For example:
|
||||||
|
....
|
||||||
|
# Preload with system-wide settings
|
||||||
|
$include /etc/inputrc
|
||||||
|
|
||||||
# Preload with system-wide settings
|
# Make M-left and M-right reorder buffers
|
||||||
$include /etc/inputrc
|
$if degesch
|
||||||
|
"\e\e[C": move-buffer-right
|
||||||
# Make M-left and M-right reorder buffers
|
"\e\e[D": move-buffer-left
|
||||||
$if degesch
|
$endif
|
||||||
"\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
|
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.
|
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
|
Contributing and Support
|
||||||
------------------------
|
------------------------
|
||||||
Use this project's GitHub to report any bugs, request features, or submit pull
|
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
|
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
|
Disclaimer
|
||||||
----------
|
----------
|
||||||
|
|
Loading…
Reference in New Issue