UNPKG

tabby-sftp-tab

Version:

Plugin that allows you to open sftp tab like SecureCRT

6 lines (5 loc) 194 B
import { HotkeyDescription, HotkeyProvider } from 'tabby-core'; /** @hidden */ export declare class SftpTabHotkeyProvider extends HotkeyProvider { provide(): Promise<HotkeyDescription[]>; }