Skip to content

Commit

Permalink
Update the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
fredizzimo committed Apr 28, 2024
1 parent 7538bd1 commit 7a8c398
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions website/docs/command-line-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,14 +109,14 @@ This disables neovim's multigrid functionality which will also disable floating
backgrounds, smooth scrolling, and window animations. This can solve some issues where neovide
acts differently from terminal neovim.

### No Fork
### Fork

```sh
--no-fork or $NEOVIDE_FORK=0|1
--fork or $NEOVIDE_FORK=0|1
```

By default, neovide detaches itself from the terminal. Instead of spawning a child process and
leaking it, be "blocking" and have the shell directly as parent process.
Detach from the terminal instead of waiting for the Neovide process to
terminate. This parameter has no effect when launching from a GUI.

### No Idle

Expand Down

0 comments on commit 7a8c398

Please sign in to comment.