All Projects → tacahiroy → ctrlp-ssh

tacahiroy / ctrlp-ssh

Licence: BSD-3-Clause license
a ctrlp.vim extension - open a new SSH connection via ctrlp.vim interface

Programming Languages

Vim Script
2826 projects

Labels

Projects that are alternatives of or similar to ctrlp-ssh

vim-ctrlp-tjump
CtrlP extension for fuzzy-search in tag matches (:tjump replacement).
Stars: ✭ 90 (+500%)
Mutual labels:  ctrlp
cmake4vim
Vim plugin for CMake projects
Stars: ✭ 89 (+493.33%)
Mutual labels:  ctrlp
vim-flow-outline
Outline for JS modules with Flow
Stars: ✭ 16 (+6.67%)
Mutual labels:  ctrlp

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

Vundle

    :PluginInstall tacahiroy/ctrlp-ssh

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

pathogen.vim

    $ 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].