ctrlp-obsession


Ⅰ. 插件描述

A super simple session-navigator using obsession / prosession

Ⅱ. 基本信息

创建日期:  2016-08-28
使用用户:  11
Github星:  8
插件作者:  Hector Menendez

Ⅲ. 安装方法

使用Vundle管理器安装

在你的.vimrc下添加:
Plugin 'gikmx/ctrlp-obsession'
… 然后在Vim中运行以下命令:
:source %
:PluginInstall

对于Vundle版本 < 0.10.2,请用上面的Bundle替换Plugin。

使用NeoBundle管理器安装

在你的.vimrc下添加:
NeoBundle 'gikmx/ctrlp-obsession'
… 然后在Vim中运行以下命令:
:source %
:NeoBundleInstall

使用VimPlug管理器安装

在你的.vimrc下添加:
Plug 'gikmx/ctrlp-obsession'
… 然后在Vim中运行以下命令:
:source %
:PlugInstall

使用Pathogen管理器安装

在终端中运行以下命令:
cd ~/.vim/bundle
git clone https://github.com/gikmx/ctrlp-obsession

Ⅳ. 文档说明

vim-ctrlposession

A super simple session-navigator using [vim-obsession][] / [vim-prosession][].

Installation

Vundle

Plugin 'gikmx/ctrlp-obsession'

NeoBundle

NeoBundle 'gikmx/ctrlp-obsession'

vim-plug

Plug 'gikmx/ctrlp-obsession'

Pathogen

$ cd ~/.vim/bundle
$ git clone https://github.com/gikmx/ctrlp-obsession.git

Configuration

Add a key mapping of your liking:

nnoremap <Leader>ss :CtrlPObsession<CR>

License

The MIT License (MIT)

Copyright (c) 2016 Héctor Adán Menéndez Rivera

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

添加新评论