tacahiroy / ctrlp-ssh

a ctrlp.vim extension - open a new SSH connection via ctrlp.vim interface

Home Page:http://www.vim.org/scripts/script.php?script_id=4665

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ctrlp-ssh

SYNOPSIS

You can do SSH to a server via ctrlp.vim interface using this plugin. Note that this plugin is a ctrlp.vim extension and it requires a runner (tmux is currently only supported).

ctrlp-ssh

PREMISE

First, I believe you're a user of a great Vim plugin ctrlp.vim. Otherwise, you must install it before start using this plugin. Second, this plugin requires tmux to open a new SSH window for now.

INSTALLATION

    :PluginInstall tacahiroy/ctrlp-ssh

In addition, don't forget put a line Plugin 'tacahiroy/ctrlp-ssh' into your .vimrc.

    $ cd ~/.vim/bundle
    $ git clone git://github.com/tacahiroy/ctrlp-ssh.git

If you don't use either plugin management systems, copy autoload and plugin directory to your .vim directory.

CONFIGURATION

After finished the install process, you may restart Vim and then you can use :CtrlPSSH command.

It's useful to define a key mapping like this:

    nnoremap <Leader>fs :CtrlPSSH<Cr>

LINK

LICENSE

Copyright (c) 2013-2015, Takahiro Yoshihara. Distributed under the Modified BSD License.

About

a ctrlp.vim extension - open a new SSH connection via ctrlp.vim interface

http://www.vim.org/scripts/script.php?script_id=4665

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Vim Script 100.0%