Problem
When connected to a remote ui executing :q will close the remote server, I guess this makes sense in the way that the command is being run by the backend and not the UI, but it's not intuitive or desired, I wish to quit without killing the backend
Steps to reproduce
nvim --listen 127.0.0.1:8888 --headless
nvim --server 127.0.0.1:8888 --remote-ui
:q
Expected behavior
The UI should disconnect from the server but not to kill it
Neovim version (nvim -v)
0.10.x
Vim (not Nvim) behaves the same?
no
Operating system/version
macOS 13.2.1
Terminal name/version
iTerm
$TERM environment variable
xterm-256color
Installation
homebrew
Problem
When connected to a remote ui executing
:qwill close the remote server, I guess this makes sense in the way that the command is being run by the backend and not the UI, but it's not intuitive or desired, I wish to quit without killing the backendSteps to reproduce
nvim --listen 127.0.0.1:8888 --headless
nvim --server 127.0.0.1:8888 --remote-ui
:q
Expected behavior
The UI should disconnect from the server but not to kill it
Neovim version (nvim -v)
0.10.x
Vim (not Nvim) behaves the same?
no
Operating system/version
macOS 13.2.1
Terminal name/version
iTerm
$TERM environment variable
xterm-256color
Installation
homebrew