mirror of
https://github.com/weechat/weechat.git
synced 2026-07-05 09:13:14 +02:00
doc: add a question about editing config files by hand in FAQ
This commit is contained in:
@@ -811,6 +811,25 @@ Skrypty nie są kompatybilne z innymi klientami IRC.
|
||||
[[settings]]
|
||||
== Ustawienia
|
||||
|
||||
// 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]]
|
||||
=== Jak mogę zmusić WeeChat do zużywania mniejszej ilości pamięci?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user