SpaceVim
A modular Vim/Neovim configuration
Home | About | Quick start guide | Documentation | Development | Community | Sponsors | 中文
This layer provides ssh connection support for SpaceVim. By default this layer is not enabled. To use this configuration layer, add following snippet to your custom configuration file.
[[layers]]
name = "ssh"
ssh_port
: set the port of ssh serverssh_address
: set the ip of ssh serverssh_user
: set the user name of ssh serverExample:
[[layers]]
name = 'ssh'
ssh_command = 'D:\Programs\Git\usr\bin\ssh.exe'
ssh_user = 'root'
ssh_address = '192.168.1.10'
ssh_port = '8097'
Key Binding | Description |
---|---|
SPC S o |
open ssh connection windows |
:SSHCommand
: run comamnd in ssh client.
for example:
:SSHCommand nvim --version
Powered by Jekyll