Language: en ja

Vim documentation: ctrlp-pass

main help file
ctrlp-pass.txt                                                a summary

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

==============================================================================
CONTENTS                                        ctrlp-pass-contents

INTRODUCTION                                    ctrlp-pass-introduction
COMMANDS                                        ctrlp-pass-commands
SETTINGS                                        ctrlp-pass-setting
TODO                                            ctrlp-pass-todo
CHANGELOG                                       ctrlp-pass-changelog


==============================================================================
INTRODUCTION                                    ctrlp-pass-introduction

ctrlp-pass is pass's CtrlP extention.

- CTRL-x : only copy to register
- <CR>   : put before cursor, P
- CTRL-v : put after  cursor, p

==============================================================================
COMMANDS                                        ctrlp-pass-commands

                                                  :CtrlPPass
:CtrlPPass [entry]
    - Name: "pass"
    - Search for and copy to clipboard or direct past current pos.


==============================================================================
SETTINGS                                        ctrlp-pass-setting

g:pass_ctrlp_copy_to_clipbord                     g:pass_ctrlp_copy_to_clipbord
        default value: 1 (0 is paste)

CtrlPPass work "copy clipboard" mode.
1 as copy to clipboard;
0 as direct paste current cursor(like 'p').

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

see pass help.

==============================================================================
CHANGELOG                                       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