Language: en ja

Vim documentation: ctrlp-pass

main help file
ctrlp-pass.txt                                                日本語ヘルプ

Version :
Author  : Tsuyoshi CHO <Tsuyoshi.CHO+develop@Gmail.com>
License : MIT license  {{{
    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.
}}}

==============================================================================
目次                                            ctrlp-pass-contents

概要                                            ctrlp-pass-introduction
コマンド                                        ctrlp-pass-commands
設定                                            ctrlp-pass-setting
TODO                                            ctrlp-pass-todo
更新履歴                                        ctrlp-pass-changelog


==============================================================================
概要                                            ctrlp-pass-introduction

ctrlp-passpassCtrlP 用拡張です。

- CTRL-x :レジスタへコピーするのみ
- <CR>   :カーソル前へプットします、P 相当
- CTRL-v :カーソル後へプットします、p 相当

==============================================================================
コマンド                                        ctrlp-pass-commands

                                                  :CtrlPPass
:CtrlPPass [entry]
    - 名称: "pass"
    - 検索し、パスワードのクリップボードへのコピーもしくは
      現在の箇所への直接ペーストを行います。


==============================================================================
設定                                            ctrlp-pass-setting

g:pass_ctrlp_copy_to_clipbord                     g:pass_ctrlp_copy_to_clipbord
        既定値: 1 (0 でペースト)

CtrlPPass が "copy clipboard" モードで動作します。
1 でクリップボードへのコピー、0は 'p' 相当のペースト処理。

==============================================================================
TODO                                            ctrlp-pass-todo

pass のヘルプを参照のこと。

==============================================================================
更新履歴                                        ctrlp-pass-changelog

see gitlog

==============================================================================
vim:tw=78:fo=tcq2mM:ts=8:ft=help:norl:noet:

top - main help file - tag index
Language: en ja