Skip to content

Commit 746dd14

Browse files
authored
Configuration: update editing method
Signed-off-by: sewn <sewn@disroot.org>
1 parent ca10134 commit 746dd14

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

src/Configuration/index.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,11 @@
11
# Configuration
22

3-
To adjust Vinegar or Roblox's behavior, the configuration may be edited. This is done through a configuration file. To edit this file, you may follow the steps below.
3+
To adjust Vinegar or Roblox's behavior, the configuration may be edited, which can be done by opening Vinegar and pressing the settings button in the top left.
44

55
> **Note:** You only need to edit the configuration file if you want to fine tune Roblox's behavior. Having a configuration file is completely optional!
66
7-
## Editing the configuration
8-
97
Anything added to the configuration file is an override over the default configuration.
108

11-
The configuration file (`config.toml`) may be easily edited by running the `vinegar edit` command. By using the `edit` command, error validation is also included.
12-
13-
If using Flatpak, the command is `flatpak run org.vinegarhq.Vinegar edit`.
14-
15-
If getting an error about an `EDITOR` variable, this can be temporarily fixed by running the command as `export EDITOR=nano; vinegar edit` (which will cause the `nano` editor to be used). Though, it is preferrable to set an `EDITOR` variable permanently, in a place like `.bashrc`.
16-
179
## Configuration Values
1810

1911
| Name | Description | Default |

0 commit comments

Comments
 (0)