You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 13, 2026. It is now read-only.
Is your feature request related to a problem? Please describe.
I want to connect to a host, but have neovim open in a specific folder in that host instead of just opening in ~/
Describe the solution you'd like
Allow me to specify the target folder of the host, e.g. by connecting to it like so:
user@192.168.1.123:/home/user/my_custom_folder/
Describe alternatives you've considered
Alternatively, allow me to specify a RemoteCommand in the .ssh/config file that allows me to go to the specific folder. Right now this also does not work. E.g. like so:
Host myHost
Hostname 192.168.1.123
User user
RemoteCommand cd ~/my_custom_folder && exec $SHELL -l
RequestTTY force
Is your feature request related to a problem? Please describe.
I want to connect to a host, but have neovim open in a specific folder in that host instead of just opening in ~/
Describe the solution you'd like
Allow me to specify the target folder of the host, e.g. by connecting to it like so:
user@192.168.1.123:/home/user/my_custom_folder/
Describe alternatives you've considered
Alternatively, allow me to specify a RemoteCommand in the .ssh/config file that allows me to go to the specific folder. Right now this also does not work. E.g. like so: