SpaceVim

A community-driven vim distribution


Home | About | Quick start guide | Documentation | Development | Community | Sponsors


Available Layers » ssh

Intro

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"

Layer options

Example:

[[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 bindings

Key Binding Description
SPC S o open ssh connection windows

Commands

Powered by Jekyll, Help improve this page