ctrlp-ssh : Open new SSH connections via ctrlp.vim interface
script karma |
Rating 3/3,
Downloaded by 1718 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Takahiro Yoshihara |
|
script type |
utility |
|
description |
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 (only *tmux* is currently supported).
screenshot: http://i.imgur.com/PvIvax0.png
PREMISE
----------
First, I believe you're a user of a great Vim plugin ctrlp.vim.
Otherwise, you need to install it before start installing this plugin.
Second, this plugin requires tmux to open a new SSH window (currently).
CONFIGURATION
----------
It's useful to define a mapping like this:
nnoremap <Leader>fs :CtrlPSSH<Cr>
LINK
--------------
* ctrlpvim/ctrlp.vim: https://github.com/ctrlpvim/ctrlp.vim
* tacahiroy/ctrlp-ssh: https://github.com/tacahiroy/ctrlp-ssh
LICENSE
-------
Copyright (c) 2013-2015 Takahiro Yoshihara. Distributed under the Modified BSD License.
|
|
install details |
If you use Vundle (https://github.com/gmarik/vundle.git) you can install this plugin using following Vim command:
:PluginInstall tacahiroy/ctrlp-ssh
In addition, don't forget put a line `Plugin 'tacahiroy/ctrlp-ssh'` into your .vimrc.
If you use pathogen.vim (https://github.com/tpope/vim-pathogen), you can do install this plugin with these commands:
cd ~/.vim/bundle
git clone git://github.com/tacahiroy/ctrlp-ssh.git
You don't use either plugin management systems, copy autoload and plugin directory to your .vim directory. |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 18.97.14.81
|