Quellcode durchsuchen

book: add section on using the settings editor

Levfter Jakub vor 1 Jahr
Ursprung
Commit
7e5a02aa69
1 geänderte Dateien mit 12 neuen und 0 gelöschten Zeilen
  1. 12 0
      doc/src/misc/darkirc/darkirc.md

+ 12 - 0
doc/src/misc/darkirc/darkirc.md

@@ -306,6 +306,8 @@ Filter all join-part-quit messages (only relevant for other networks):
 For customizing the colors, see
 For customizing the colors, see
 [this article](https://blog.swwomm.com/2020/07/weechat-light-theme.html).
 [this article](https://blog.swwomm.com/2020/07/weechat-light-theme.html).
 
 
+### Settings Editor
+
 Make sure you run `/save`, `/quit` to reload your config after these changes.
 Make sure you run `/save`, `/quit` to reload your config after these changes.
 
 
 To see the Weechat settings editor, simply type `/set` in the main buffer.
 To see the Weechat settings editor, simply type `/set` in the main buffer.
@@ -313,6 +315,16 @@ You can then type prefixes like "autojoin" and press enter to find all settings
 related to that. To change it type ALT+enter. Everything in Weechat is
 related to that. To change it type ALT+enter. Everything in Weechat is
 customizable!
 customizable!
 
 
+The help is your friend. Every command has help.
+
+```
+/help key
+/help server
+```
+
+For example to set the shortcut ALT-w to close a buffer,
+use `/key bind meta-w /close`.
+
 ### Other IRC Networks
 ### Other IRC Networks
 
 
 For more fun, you can join Libera IRC. Note this may potentially dox your node,
 For more fun, you can join Libera IRC. Note this may potentially dox your node,