mirror of
https://github.com/weechat/weechat.git
synced 2026-07-05 01:03:14 +02:00
doc: add a question about editing config files by hand in FAQ
This commit is contained in:
@@ -850,6 +850,25 @@ Die Skripten für WeeChat sind mit anderer IRC-Clients nicht kompatibel und vice
|
||||
[[settings]]
|
||||
== Einstellungen
|
||||
|
||||
// TRANSLATION MISSING
|
||||
[[editing_config_files]]
|
||||
=== Can I edit configuration files (*.conf) by hand?
|
||||
|
||||
You can, but this is *NOT* recommended.
|
||||
|
||||
Command `/set` in WeeChat is recommended:
|
||||
|
||||
* you can complete value with the Tab key
|
||||
* the value is checked, a message is displayed in case of error
|
||||
* the value is used immediately, you don't need to restart anything
|
||||
|
||||
If you still want to edit files by hand, you should be careful:
|
||||
|
||||
* if you put an invalid value for an option, WeeChat will display an error
|
||||
on load and discard the value (the default value for option will be used)
|
||||
* if WeeChat is running, you'll have to issue the command `/reload`, and if
|
||||
some settings were changed but not saved with `/save`, you will lose them
|
||||
|
||||
[[memory_usage]]
|
||||
=== Wie kann ich WeeChat dazu bringen weniger Speicher zu verbrauchen?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user