You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
neovim-remote/README.rst

17 lines
550 B
ReStructuredText

neovim-remote
=============
**nvr** is a tool that helps controlling nvim processes.
It basically does two things:
1. adds back the ``--remote`` family of options (see ``man vim``)
2. helps controlling the current nvim from within ``:terminal``
To target a certain nvim process, you either use the ``--servername`` option or
set the environment variable ``$NVIM_LISTEN_ADDRESS``.
Since ``$NVIM_LISTEN_ADDRESS`` is implicitely set by each nvim process, you can
call **nvr** from within Neovim (``:terminal``) without specifying
``--servername``.