From f8a11b0bad5a0b1f423a88a9a290fad922070b8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=9E=E3=83=AA=E3=82=A6=E3=82=B9?= Date: Thu, 1 Aug 2024 14:04:44 -0500 Subject: [PATCH] Remove `q` for quit, add config file info --- README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 3013f24..c2f3b8f 100644 --- a/README.md +++ b/README.md @@ -91,13 +91,12 @@ To install it, simply run `pkgin install neonmodem`. Before launching *Neon Modem Overdrive* it requires initial setup of the services (a.k.a. *systems*). Run `neonmodem connect --help` to find out more. -Connecting a service will add it to the configuration TOML. - -### Linux/Unix -`~/.config/neonmodem.toml` - -### MacOS -`$HOME/Library/Application\ Support/neonmodem.toml` +Connecting a service will add it to the configuration TOML. The configuration +file location depends on the operating system. On Unix systems, it is in +`$XDG_CONFIG_HOME/neonmodem.toml` if `$XDG_CONFIG_HOME` is non-empty, otherwise +`$HOME/.config/neonmodem.toml` is used. On Darwin, the configuration is in +`$HOME/Library/Application Support/neonmodem.toml`. On Windows, it is in +`%AppData%\neonmodem.toml`. ### Systems @@ -174,7 +173,7 @@ In the posts list: - `n`: Write new post in on the system/forum of the current selected post - `C-e`: Open system selector - `C-t`: Open forum selector -- `q`/`esc`: Quit +- `esc`: Quit In the post view dialog: