Skip to content

Commit

Permalink
Remove q for quit, add config file info
Browse files Browse the repository at this point in the history
  • Loading branch information
mrusme committed Aug 1, 2024
1 parent 386adc8 commit f8a11b0
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:

Expand Down

0 comments on commit f8a11b0

Please sign in to comment.