Repository: wsdjeg/vim-galore-zh_cn Branch: master Commit: 618d368552f1 Files: 20 Total size: 62.2 KB Directory structure: gitextract_9qcjjajt/ ├── .gitignore ├── CONTRIBUTING.md ├── LICENSE ├── PLUGINS.md ├── README.md ├── chapter/ │ ├── Common problems.md │ ├── List-Of-Colorschemes.md │ ├── List-Of-Plugins.md │ ├── Miscellaneous.md │ ├── Technical quirks.md │ ├── bracketed-paste.md │ ├── editing-huge-files-is-slow.md │ ├── editing-small-files-is-slow.md │ ├── function-search-undo.md │ ├── map-capslock-to-control.md │ ├── standard-plugins.md │ ├── vim-distributions.md │ └── why-hjkl-for-navigation.md ├── contents/ │ └── minimal-vimrc.vim └── tools/ └── chinese_linter.vim ================================================ FILE CONTENTS ================================================ ================================================ FILE: .gitignore ================================================ tags ================================================ FILE: CONTRIBUTING.md ================================================ 有兴趣加入本项目的话,请关注下面的认领列表,选择相应的章节翻译,或者协助校验正在翻译的项目。如果有兴趣加入,可以fork本项目,开始翻译后提交PR,便于我们协助校验,不必翻译结束后才提交PR. ## 认领方式 **开issue** ```md 章节名称:***** 译者:****** PR: PR的链接 ``` ## 提交方式 每个章节独立翻译,并提交至 [chapter/](chapter/) 文件夹,文件名为英文标题小写,以`-`链接单词。例如翻译`What is Vim?`章节, 文件名即为`chapter/what-is-vim.md`. 合并到主仓库后,将定期将这些章节文件合并到`README.dm`。 ## 章节列表 基于[mhinz/vim-galore@d50d48b](https://github.com/mhinz/vim-galore/tree/d50d48bce40bbbd99a0528a2893b00cf54a6f4b9), 后期如果有改动,定期在更新。 |章节名称|认领状态|PR链接| |:------|:------|:------| | [Intro](https://github.com/mhinz/vim-galore#intro) | [wsdjeg] | [#4] | | [What is Vim?](https://github.com/mhinz/vim-galore#what-is-vim) | [wsdjeg] | [#4] | | [The Vim Philosophy](https://github.com/mhinz/vim-galore#the-vim-philosophy) | [wsdjeg] | [#4] | | [First steps](https://github.com/mhinz/vim-galore#first-steps) | [wsdjeg] | [#4] | | [Minimal vimrc](https://github.com/mhinz/vim-galore#minimal-vimrc) | [wsdjeg] | [#4] | | [What kind of Vim am I running?](https://github.com/mhinz/vim-galore#what-kind-of-vim-am-i-running) | [wsdjeg] | [#4] | | [Cheatsheets](https://github.com/mhinz/vim-galore#cheatsheets) | [wsdjeg] | [#4] | | [Basics](https://github.com/mhinz/vim-galore#basics-1) | [wsdjeg] | [#4] | | [Buffers, windows, tabs](https://github.com/mhinz/vim-galore#buffers-windows-tabs) | [wsdjeg] | [#4] | | [Active, loaded, listed, named buffers](https://github.com/mhinz/vim-galore#active-loaded-listed-named-buffers) | [wsdjeg] | [#4] | | [Argument list](https://github.com/mhinz/vim-galore#argument-list) | [wsdjeg] | [#4] | | [Mappings](https://github.com/mhinz/vim-galore#mappings) | [wsdjeg] | [#4] | | [Mapleader](https://github.com/mhinz/vim-galore#mapleader) | [星星丶S1nG] | [#7] | | [Registers](https://github.com/mhinz/vim-galore#registers) | [星星丶S1nG] | [#7] | | [Ranges](https://github.com/mhinz/vim-galore#ranges) | [星星丶S1nG] | [#7] | | [Marks](https://github.com/mhinz/vim-galore#marks) | [星星丶S1nG] | [#7] | | [Completion](https://github.com/mhinz/vim-galore#completion) | [星星丶S1nG] | [#7] | | [Motions, operators, text objects](https://github.com/mhinz/vim-galore#motions-operators-text-objects) | [星星丶S1nG] | [#7] | | [Autocmds](https://github.com/mhinz/vim-galore#autocmds) | [星星丶S1nG] | [#7] | | [Changelist, jumplist](https://github.com/mhinz/vim-galore#changelist-jumplist) | [星星丶S1nG] | [#7] | | [Undo tree](https://github.com/mhinz/vim-galore#undo-tree) | [星星丶S1nG] | [#7] | | [Quickfix and location lists](https://github.com/mhinz/vim-galore#quickfix-and-location-lists) | [星星丶S1nG] | [#7] | | [Macros](https://github.com/mhinz/vim-galore#macros) | [星星丶S1nG] | [#7] | | [Colorschemes](https://github.com/mhinz/vim-galore#colorschemes) | [星星丶S1nG] | [#7] | | [Folding](https://github.com/mhinz/vim-galore#folding) | [星星丶S1nG] | [#7] | | [Sessions](https://github.com/mhinz/vim-galore#sessions) | [星星丶S1nG] | [#7] | | [Locality](https://github.com/mhinz/vim-galore#locality) | [星星丶S1nG] | [#7] | | [Usage](https://github.com/mhinz/vim-galore#usage-1) | [hotleave] | [#13] | | [Getting help offline](https://github.com/mhinz/vim-galore#getting-help-offline) | [hotleave] | [#13] | | [Getting help offline (alternative)](https://github.com/mhinz/vim-galore#getting-help-offline-alternative) | [hotleave] | [#13] | | [Getting help online](https://github.com/mhinz/vim-galore#getting-help-online) | [hotleave] | [#13] | | [Autocmds in practice](https://github.com/mhinz/vim-galore#autocmds-in-practice) | [hotleave] | [#13] | | [User events](https://github.com/mhinz/vim-galore#user-events) | [hotleave] | [#13] | | [Nested autocmds](https://github.com/mhinz/vim-galore#nested-autocmds) | [hotleave] | [#13] | | [Clipboard](https://github.com/mhinz/vim-galore#clipboard) | [hotleave] | [#13] | | [Clipboard usage (Windows, OSX)](https://github.com/mhinz/vim-galore#clipboard-usage-windows-osx) | [hotleave] | [#13] | | [Clipboard usage (Linux, BSD, ...)](https://github.com/mhinz/vim-galore#clipboard-usage-linux-bsd-) | [hotleave] | [#13] | | [Restore cursor position when opening file](https://github.com/mhinz/vim-galore#restore-cursor-position-when-opening-file) | [hotleave] | [#13] | | [Handling backup, swap, undo, and viminfo files](https://github.com/mhinz/vim-galore#handling-backup-swap-undo-and-viminfo-files) | [hotleave] | [#13] | | [Editing remote files](https://github.com/mhinz/vim-galore#editing-remote-files) | [hotleave] | [#13] | | [Managing plugins](https://github.com/mhinz/vim-galore#managing-plugins) | [hotleave] | [#13] | | [Block insert](https://github.com/mhinz/vim-galore#block-insert) | [hotleave] | [#13] | | [Running external programs and using filters](https://github.com/mhinz/vim-galore#running-external-programs-and-using-filters) | [hotleave] | [#13] | | [Cscope](https://github.com/mhinz/vim-galore#cscope) | [hotleave] | [#13] | | [MatchIt](https://github.com/mhinz/vim-galore#matchit) | [hotleave] | [#13] | | [Tips](https://github.com/mhinz/vim-galore#tips-1) | [星星丶S1nG] | [#15] | | [Saner behavior of n and N](https://github.com/mhinz/vim-galore#saner-behavior-of-n-and-n) | [星星丶S1nG] | [#15] | | [Saner command-line history](https://github.com/mhinz/vim-galore#saner-command-line-history) | [星星丶S1nG] | [#15] | | [Saner CTRL-L](https://github.com/mhinz/vim-galore#saner-ctrl-l) | [星星丶S1nG] | [#15] | | [Disable audible and visual bells](https://github.com/mhinz/vim-galore#disable-audible-and-visual-bells) | [星星丶S1nG] | [#15] | | [Quickly move current line](https://github.com/mhinz/vim-galore#quickly-move-current-line) | [星星丶S1nG] | [#15] | | [Quickly add empty lines](https://github.com/mhinz/vim-galore#quickly-add-empty-lines) | [星星丶S1nG] | [#15] | | [Quickly edit your macros](https://github.com/mhinz/vim-galore#quickly-edit-your-macros) | [星星丶S1nG] | [#15] | | [Quickly jump to header or source file](https://github.com/mhinz/vim-galore#quickly-jump-to-header-or-source-file) | [星星丶S1nG] | [#15] | | [Quickly change font size in GUI](https://github.com/mhinz/vim-galore#quickly-change-font-size-in-gui) | [星星丶S1nG] | [#15] | | [Change cursor style dependent on mode](https://github.com/mhinz/vim-galore#change-cursor-style-dependent-on-mode) | [星星丶S1nG] | [#15] | | [Don't lose selection when shifting sidewards](https://github.com/mhinz/vim-galore#dont-lose-selection-when-shifting-sidewards) | [星星丶S1nG] | [#15] | | [Reload a file on saving](https://github.com/mhinz/vim-galore#reload-a-file-on-saving) | [星星丶S1nG] | [#15] | | [Smarter cursorline](https://github.com/mhinz/vim-galore#smarter-cursorline) | [星星丶S1nG] | [#15] | | [Faster keyword completion](https://github.com/mhinz/vim-galore#faster-keyword-completion) | [星星丶S1nG] | [#15] | | [Cosmetic changes to colorschemes](https://github.com/mhinz/vim-galore#cosmetic-changes-to-colorschemes) | [星星丶S1nG] | [#15] | | [Commands](https://github.com/mhinz/vim-galore#commands-1) | [hotleave] | [#18] | | [:global and :vglobal](https://github.com/mhinz/vim-galore#global-and-vglobal) - Execute a command on all matching lines. | [hotleave] | [#18] | | [:normal and :execute](https://github.com/mhinz/vim-galore#normal-and-execute) - The scripting dream team. | [hotleave] | [#18] | | [:redir](https://github.com/mhinz/vim-galore#redir) - Redirect messages. | [hotleave] | [#18] | | [Debugging](https://github.com/mhinz/vim-galore#debugging-1) | YDWX | | | [General tips](https://github.com/mhinz/vim-galore#general-tips) | YDWX | | | [Verbosity](https://github.com/mhinz/vim-galore#verbosity) | YDWX | | | [Profiling startup time](https://github.com/mhinz/vim-galore#profiling-startup-time) | YDWX | | | [Profiling at runtime](https://github.com/mhinz/vim-galore#profiling-at-runtime) | YDWX | | | [Debugging Vim scripts](https://github.com/mhinz/vim-galore#debugging-vim-scripts) | | | | [Debugging syntax files](https://github.com/mhinz/vim-galore#debugging-syntax-files) | | | | [Miscellaneous](https://github.com/mhinz/vim-galore#miscellaneous-1) | #11 | | | [Additional resources](https://github.com/mhinz/vim-galore#additional-resources) | #11 | | | [Vim distributions](https://github.com/mhinz/vim-galore#vim-distributions) | #11 | | | [Standard plugins](https://github.com/mhinz/vim-galore#standard-plugins) | #11 | | | [Map CapsLock to Control](https://github.com/mhinz/vim-galore#map-capslock-to-control) | #11 | | | [Easter eggs](https://github.com/mhinz/vim-galore#easter-eggs) | #11 | | | [Why hjkl for navigation?](https://github.com/mhinz/vim-galore#why-hjkl-for-navigation) | #11 | | | [Common problems](https://github.com/mhinz/vim-galore#common-problems-1) | [hotleave] | [#18] | | [Editing small files is slow](https://github.com/mhinz/vim-galore#editing-small-files-is-slow) | [hotleave] | [#18] | | [Editing huge files is slow](https://github.com/mhinz/vim-galore#editing-huge-files-is-slow) | [hotleave] | [#18] | | [Bracketed paste (or why do I have to set 'paste' all the time?)](https://github.com/mhinz/vim-galore#bracketed-paste-or-why-do-i-have-to-set-paste-all-the-time) | [hotleave] | [#18] | | [Delays when using escape key in terminal](https://github.com/mhinz/vim-galore#delays-when-using-escape-key-in-terminal) | [hotleave] | [#18] | | [Function search undo](https://github.com/mhinz/vim-galore#function-search-undo) | [hotleave] | [#18] | | [Technical quirks](https://github.com/mhinz/vim-galore#technical-quirks-1) | | [#18] | | [Newline used for NUL](https://github.com/mhinz/vim-galore#newline-used-for-nul) | | | | [List of colorschemes](https://github.com/mhinz/vim-galore#list-of-colorschemes-1) | | | | [List of plugins](https://github.com/mhinz/vim-galorecontents/plugins.md) | | | [#4]: https://github.com/wsdjeg/vim-galore-zh_cn/pull/4 [#7]: https://github.com/wsdjeg/vim-galore-zh_cn/pull/7 [#13]: https://github.com/wsdjeg/vim-galore-zh_cn/pull/13 [#15]: https://github.com/wsdjeg/vim-galore-zh_cn/pull/15 [#18]: https://github.com/wsdjeg/vim-galore-zh_cn/pull/18 [wsdjeg]: https://github.com/wsdjeg [星星丶S1nG]: https://github.com/S1ngS1ng [Hotleave]: https://github.com/hotleave ================================================ FILE: LICENSE ================================================ Attribution-ShareAlike 4.0 International ======================================================================= Creative Commons Corporation ("Creative Commons") is not a law firm and does not provide legal services or legal advice. Distribution of Creative Commons public licenses does not create a lawyer-client or other relationship. Creative Commons makes its licenses and related information available on an "as-is" basis. Creative Commons gives no warranties regarding its licenses, any material licensed under their terms and conditions, or any related information. Creative Commons disclaims all liability for damages resulting from their use to the fullest extent possible. Using Creative Commons Public Licenses Creative Commons public licenses provide a standard set of terms and conditions that creators and other rights holders may use to share original works of authorship and other material subject to copyright and certain other rights specified in the public license below. The following considerations are for informational purposes only, are not exhaustive, and do not form part of our licenses. Considerations for licensors: Our public licenses are intended for use by those authorized to give the public permission to use material in ways otherwise restricted by copyright and certain other rights. Our licenses are irrevocable. Licensors should read and understand the terms and conditions of the license they choose before applying it. Licensors should also secure all rights necessary before applying our licenses so that the public can reuse the material as expected. Licensors should clearly mark any material not subject to the license. This includes other CC- licensed material, or material used under an exception or limitation to copyright. More considerations for licensors: wiki.creativecommons.org/Considerations_for_licensors Considerations for the public: By using one of our public licenses, a licensor grants the public permission to use the licensed material under specified terms and conditions. If the licensor's permission is not necessary for any reason--for example, because of any applicable exception or limitation to copyright--then that use is not regulated by the license. Our licenses grant only permissions under copyright and certain other rights that a licensor has authority to grant. Use of the licensed material may still be restricted for other reasons, including because others have copyright or other rights in the material. A licensor may make special requests, such as asking that all changes be marked or described. Although not required by our licenses, you are encouraged to respect those requests where reasonable. More_considerations for the public: wiki.creativecommons.org/Considerations_for_licensees ======================================================================= Creative Commons Attribution-ShareAlike 4.0 International Public License By exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms and conditions of this Creative Commons Attribution-ShareAlike 4.0 International Public License ("Public License"). To the extent this Public License may be interpreted as a contract, You are granted the Licensed Rights in consideration of Your acceptance of these terms and conditions, and the Licensor grants You such rights in consideration of benefits the Licensor receives from making the Licensed Material available under these terms and conditions. Section 1 -- Definitions. a. Adapted Material means material subject to Copyright and Similar Rights that is derived from or based upon the Licensed Material and in which the Licensed Material is translated, altered, arranged, transformed, or otherwise modified in a manner requiring permission under the Copyright and Similar Rights held by the Licensor. For purposes of this Public License, where the Licensed Material is a musical work, performance, or sound recording, Adapted Material is always produced where the Licensed Material is synched in timed relation with a moving image. b. Adapter's License means the license You apply to Your Copyright and Similar Rights in Your contributions to Adapted Material in accordance with the terms and conditions of this Public License. c. BY-SA Compatible License means a license listed at creativecommons.org/compatiblelicenses, approved by Creative Commons as essentially the equivalent of this Public License. d. Copyright and Similar Rights means copyright and/or similar rights closely related to copyright including, without limitation, performance, broadcast, sound recording, and Sui Generis Database Rights, without regard to how the rights are labeled or categorized. For purposes of this Public License, the rights specified in Section 2(b)(1)-(2) are not Copyright and Similar Rights. e. Effective Technological Measures means those measures that, in the absence of proper authority, may not be circumvented under laws fulfilling obligations under Article 11 of the WIPO Copyright Treaty adopted on December 20, 1996, and/or similar international agreements. f. Exceptions and Limitations means fair use, fair dealing, and/or any other exception or limitation to Copyright and Similar Rights that applies to Your use of the Licensed Material. g. License Elements means the license attributes listed in the name of a Creative Commons Public License. The License Elements of this Public License are Attribution and ShareAlike. h. Licensed Material means the artistic or literary work, database, or other material to which the Licensor applied this Public License. i. Licensed Rights means the rights granted to You subject to the terms and conditions of this Public License, which are limited to all Copyright and Similar Rights that apply to Your use of the Licensed Material and that the Licensor has authority to license. j. Licensor means the individual(s) or entity(ies) granting rights under this Public License. k. Share means to provide material to the public by any means or process that requires permission under the Licensed Rights, such as reproduction, public display, public performance, distribution, dissemination, communication, or importation, and to make material available to the public including in ways that members of the public may access the material from a place and at a time individually chosen by them. l. Sui Generis Database Rights means rights other than copyright resulting from Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, as amended and/or succeeded, as well as other essentially equivalent rights anywhere in the world. m. You means the individual or entity exercising the Licensed Rights under this Public License. Your has a corresponding meaning. Section 2 -- Scope. a. License grant. 1. Subject to the terms and conditions of this Public License, the Licensor hereby grants You a worldwide, royalty-free, non-sublicensable, non-exclusive, irrevocable license to exercise the Licensed Rights in the Licensed Material to: a. reproduce and Share the Licensed Material, in whole or in part; and b. produce, reproduce, and Share Adapted Material. 2. Exceptions and Limitations. For the avoidance of doubt, where Exceptions and Limitations apply to Your use, this Public License does not apply, and You do not need to comply with its terms and conditions. 3. Term. The term of this Public License is specified in Section 6(a). 4. Media and formats; technical modifications allowed. The Licensor authorizes You to exercise the Licensed Rights in all media and formats whether now known or hereafter created, and to make technical modifications necessary to do so. The Licensor waives and/or agrees not to assert any right or authority to forbid You from making technical modifications necessary to exercise the Licensed Rights, including technical modifications necessary to circumvent Effective Technological Measures. For purposes of this Public License, simply making modifications authorized by this Section 2(a) (4) never produces Adapted Material. 5. Downstream recipients. a. Offer from the Licensor -- Licensed Material. Every recipient of the Licensed Material automatically receives an offer from the Licensor to exercise the Licensed Rights under the terms and conditions of this Public License. b. Additional offer from the Licensor -- Adapted Material. Every recipient of Adapted Material from You automatically receives an offer from the Licensor to exercise the Licensed Rights in the Adapted Material under the conditions of the Adapter's License You apply. c. No downstream restrictions. You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, the Licensed Material if doing so restricts exercise of the Licensed Rights by any recipient of the Licensed Material. 6. No endorsement. Nothing in this Public License constitutes or may be construed as permission to assert or imply that You are, or that Your use of the Licensed Material is, connected with, or sponsored, endorsed, or granted official status by, the Licensor or others designated to receive attribution as provided in Section 3(a)(1)(A)(i). b. Other rights. 1. Moral rights, such as the right of integrity, are not licensed under this Public License, nor are publicity, privacy, and/or other similar personality rights; however, to the extent possible, the Licensor waives and/or agrees not to assert any such rights held by the Licensor to the limited extent necessary to allow You to exercise the Licensed Rights, but not otherwise. 2. Patent and trademark rights are not licensed under this Public License. 3. To the extent possible, the Licensor waives any right to collect royalties from You for the exercise of the Licensed Rights, whether directly or through a collecting society under any voluntary or waivable statutory or compulsory licensing scheme. In all other cases the Licensor expressly reserves any right to collect such royalties. Section 3 -- License Conditions. Your exercise of the Licensed Rights is expressly made subject to the following conditions. a. Attribution. 1. If You Share the Licensed Material (including in modified form), You must: a. retain the following if it is supplied by the Licensor with the Licensed Material: i. identification of the creator(s) of the Licensed Material and any others designated to receive attribution, in any reasonable manner requested by the Licensor (including by pseudonym if designated); ii. a copyright notice; iii. a notice that refers to this Public License; iv. a notice that refers to the disclaimer of warranties; v. a URI or hyperlink to the Licensed Material to the extent reasonably practicable; b. indicate if You modified the Licensed Material and retain an indication of any previous modifications; and c. indicate the Licensed Material is licensed under this Public License, and include the text of, or the URI or hyperlink to, this Public License. 2. You may satisfy the conditions in Section 3(a)(1) in any reasonable manner based on the medium, means, and context in which You Share the Licensed Material. For example, it may be reasonable to satisfy the conditions by providing a URI or hyperlink to a resource that includes the required information. 3. If requested by the Licensor, You must remove any of the information required by Section 3(a)(1)(A) to the extent reasonably practicable. b. ShareAlike. In addition to the conditions in Section 3(a), if You Share Adapted Material You produce, the following conditions also apply. 1. The Adapter's License You apply must be a Creative Commons license with the same License Elements, this version or later, or a BY-SA Compatible License. 2. You must include the text of, or the URI or hyperlink to, the Adapter's License You apply. You may satisfy this condition in any reasonable manner based on the medium, means, and context in which You Share Adapted Material. 3. You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, Adapted Material that restrict exercise of the rights granted under the Adapter's License You apply. Section 4 -- Sui Generis Database Rights. Where the Licensed Rights include Sui Generis Database Rights that apply to Your use of the Licensed Material: a. for the avoidance of doubt, Section 2(a)(1) grants You the right to extract, reuse, reproduce, and Share all or a substantial portion of the contents of the database; b. if You include all or a substantial portion of the database contents in a database in which You have Sui Generis Database Rights, then the database in which You have Sui Generis Database Rights (but not its individual contents) is Adapted Material, including for purposes of Section 3(b); and c. You must comply with the conditions in Section 3(a) if You Share all or a substantial portion of the contents of the database. For the avoidance of doubt, this Section 4 supplements and does not replace Your obligations under this Public License where the Licensed Rights include other Copyright and Similar Rights. Section 5 -- Disclaimer of Warranties and Limitation of Liability. a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS, IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU. b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION, NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT, INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES, COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR IN PART, THIS LIMITATION MAY NOT APPLY TO YOU. c. The disclaimer of warranties and limitation of liability provided above shall be interpreted in a manner that, to the extent possible, most closely approximates an absolute disclaimer and waiver of all liability. Section 6 -- Term and Termination. a. This Public License applies for the term of the Copyright and Similar Rights licensed here. However, if You fail to comply with this Public License, then Your rights under this Public License terminate automatically. b. Where Your right to use the Licensed Material has terminated under Section 6(a), it reinstates: 1. automatically as of the date the violation is cured, provided it is cured within 30 days of Your discovery of the violation; or 2. upon express reinstatement by the Licensor. For the avoidance of doubt, this Section 6(b) does not affect any right the Licensor may have to seek remedies for Your violations of this Public License. c. For the avoidance of doubt, the Licensor may also offer the Licensed Material under separate terms or conditions or stop distributing the Licensed Material at any time; however, doing so will not terminate this Public License. d. Sections 1, 5, 6, 7, and 8 survive termination of this Public License. Section 7 -- Other Terms and Conditions. a. The Licensor shall not be bound by any additional or different terms or conditions communicated by You unless expressly agreed. b. Any arrangements, understandings, or agreements regarding the Licensed Material not stated herein are separate from and independent of the terms and conditions of this Public License. Section 8 -- Interpretation. a. For the avoidance of doubt, this Public License does not, and shall not be interpreted to, reduce, limit, restrict, or impose conditions on any use of the Licensed Material that could lawfully be made without permission under this Public License. b. To the extent possible, if any provision of this Public License is deemed unenforceable, it shall be automatically reformed to the minimum extent necessary to make it enforceable. If the provision cannot be reformed, it shall be severed from this Public License without affecting the enforceability of the remaining terms and conditions. c. No term or condition of this Public License will be waived and no failure to comply consented to unless expressly agreed to by the Licensor. d. Nothing in this Public License constitutes or may be interpreted as a limitation upon, or waiver of, any privileges and immunities that apply to the Licensor or You, including from the legal processes of any jurisdiction or authority. ======================================================================= Creative Commons is not a party to its public licenses. Notwithstanding, Creative Commons may elect to apply one of its public licenses to material it publishes and in those instances will be considered the “Licensor.” The text of the Creative Commons public licenses is dedicated to the public domain under the CC0 Public Domain Dedication. Except for the limited purpose of indicating that material is shared under a Creative Commons public license or as otherwise permitted by the Creative Commons policies published at creativecommons.org/policies, Creative Commons does not authorize the use of the trademark "Creative Commons" or any other trademark or logo of Creative Commons without its prior written consent including, without limitation, in connection with any unauthorized modifications to any of its public licenses or any other arrangements, understandings, or agreements concerning use of licensed material. For the avoidance of doubt, this paragraph does not form part of the public licenses. Creative Commons may be contacted at creativecommons.org. ================================================ FILE: PLUGINS.md ================================================ ## 插件列表 - [颜色主题](#颜色主题) - [按功能分类](#按功能分类) - [文本对齐](#文本对齐) - [语法检查](#语法检查) - [代码补全](#代码补全) - [Cycle](#cycle) - [代码注释](#代码注释) - [自动补全括号](#自动补全括号) - [模糊搜索](#模糊搜索) - [文本搜索](#文本搜索) - [代码对齐线](#代码对齐线) - [Navigation](#navigation) - [插件管理](#插件管理) - [代码片段](#代码片段) - [状态栏](#状态栏) - [Surround](#surround) - [Taking notes](#taking-notes) - [Testing](#testing) - [文本对象](#文本对象) - [Tmux](#tmux) - [编辑历史管理](#编辑历史管理) - [版本控制](#版本控制) - [Writing](#writing) - [Misc](#misc) - [编程语言](#编程语言) - [C、C++](#cc) - [Clojure](#clojure) - [Elixir](#elixir) - [Go](#go) - [HTML](#html) - [Java](#java) - [Javascript](#javascript) - [Lua](#lua) - [PHP](#php) - [Python](#python) - [TeX](#tex) - [VimL](#viml) ### 颜色主题 以下为一些比较流行的颜色主题: - [acme-colors](https://github.com/plan9-for-vimspace/acme-colors) - [apprentice](https://github.com/romainl/Apprentice) - [base16](https://github.com/chriskempson/base16-vim) - [gotham](https://github.com/whatyouhide/vim-gotham) - [gruvbox](https://github.com/morhetz/gruvbox) - [janah](https://github.com/mhinz/vim-janah) - [jellybeans](https://github.com/nanotech/jellybeans.vim) - [lucius](https://github.com/jonathanfilip/vim-lucius) - [molokai](https://github.com/tomasr/molokai) - [nofrils](https://github.com/robertmeta/nofrils) - [oceanic-next](https://github.com/mhartington/oceanic-next) - [paramount](https://github.com/owickstrom/vim-colors-paramount) - [railscasts](https://github.com/jpo/vim-railscasts-theme) - [seoul256](https://github.com/junegunn/seoul256.vim) - [solarized](https://github.com/altercation/vim-colors-solarized) (or [solarized8](https://github.com/lifepillar/vim-solarized8) or [flattened](https://github.com/romainl/flattened)) - [tomorrow](https://github.com/chriskempson/vim-tomorrow-theme) - [vividchalk](https://github.com/tpope/vim-vividchalk) - [yowish](https://github.com/kabbamine/yowish.vim) - [zenburn](https://github.com/jnurmine/Zenburn) Alternatively, generate your own colorscheme using [themer](https://github.com/mjswensen/themer) or [Colortemplate](https://github.com/lifepillar/vim-colortemplate). ### 按功能分类 #### 文本对齐 - [tabular](https://github.com/godlygeek/tabular) - [vim-easy-align](https://github.com/junegunn/vim-easy-align) - [vim-lion](https://github.com/tommcdo/vim-lion) #### 语法检查 - [ale](https://github.com/w0rp/ale) - [neomake](https://github.com/neomake/neomake) - [syntastic](https://github.com/vim-syntastic/syntastic) #### 代码补全 - [VimCompletesMe](https://github.com/ajh17/VimCompletesMe) - [YouCompleteMe](https://github.com/Valloric/YouCompleteMe) - [asyncomplete.vim](https://github.com/prabirshrestha/asyncomplete.vim) - [completion-nvim](https://github.com/nvim-lua/completion-nvim) - [completor.vim](https://github.com/maralla/completor.vim) - [deoplete.nvim](https://github.com/Shougo/deoplete.nvim) - [neocomplete.vim](https://github.com/Shougo/neocomplete.vim) - [nvim-compe](https://github.com/hrsh7th/nvim-compe) - [nvim-completion-manager](https://github.com/roxma/nvim-completion-manager) - [supertab](https://github.com/ervandew/supertab) - [vim-mucomplete](https://github.com/lifepillar/vim-mucomplete) #### Cycle - [switch.vim](https://github.com/AndrewRadev/switch.vim) - [vim-speeddating](https://github.com/tpope/vim-speeddating) #### 代码注释 - [nerdcommenter](https://github.com/scrooloose/nerdcommenter) - [tcomment_vim](https://github.com/tomtom/tcomment_vim) - [vim-commentary](https://github.com/tpope/vim-commentary) #### 自动补全括号 - [auto-pairs](https://github.com/jiangmiao/auto-pairs) - [delimitMate](https://github.com/Raimondi/delimitMate) - [vim-endwise](https://github.com/tpope/vim-endwise) #### 模糊搜索 - [leaderf](https://github.com/Yggdroot/LeaderF) (_requires +python3 or +python_) - [denite.nvim](https://github.com/Shougo/denite.nvim) (_requires +python3_) - [vim-clap](https://github.com/liuchengxu/vim-clap/) - [Command-T](https://github.com/wincent/Command-T) (_requires +ruby_) - [ctrlp.vim](https://github.com/ctrlpvim/ctrlp.vim) - [fzf](https://github.com/junegunn/fzf) (and [fzf.vim](https://github.com/junegunn/fzf.vim)) - [unite.vim](https://github.com/Shougo/unite.vim) - [vim-fz](https://github.com/mattn/vim-fz) #### 文本搜索 - [ctrlsf.vim](https://github.com/dyng/ctrlsf.vim) - [ferret](https://github.com/wincent/ferret) - [vim-grepper](https://github.com/mhinz/vim-grepper) - [flygrep](https://github.com/wsdjeg/FlyGrep.vim) #### 代码对齐线 - [indentLine](https://github.com/Yggdroot/indentLine) - [vim-indent-guides](https://github.com/nathanaelkane/vim-indent-guides) #### Navigation - [nerdtree](https://github.com/scrooloose/nerdtree) - [tagbar](https://github.com/majutsushi/tagbar) - [vim-dirvish](https://github.com/justinmk/vim-dirvish) - [vim-easymotion](https://github.com/easymotion/vim-easymotion) - [vim-sneak](https://github.com/justinmk/vim-sneak) - [vim-vinegar](https://github.com/tpope/vim-vinegar) - [vimfiler.vim](https://github.com/Shougo/vimfiler.vim) (_depends on other plugins_) - [defx.nvim](https://github.com/Shougo/defx.nvim) (_requires +python3_) Also see [fuzzy finders](#fuzzy-finders). #### 插件管理 - [apt-vim](https://github.com/egalpin/apt-vim) - [dein.vim](https://github.com/Shougo/dein.vim) - [minpac](https://github.com/k-takata/minpac) - [vim-addon-manager](https://github.com/MarcWeber/vim-addon-manager) - [vim-pathogen](https://github.com/tpope/vim-pathogen) - [vim-plug](https://github.com/junegunn/vim-plug) - [vundle.vim](https://github.com/VundleVim/Vundle.vim) #### 代码片段 - [neosnippet.vim](https://github.com/Shougo/neosnippet.vim) (_depends on other plugins_) - [ultisnips](https://github.com/SirVer/ultisnips) - [vim-snipmate](https://github.com/garbas/vim-snipmate) (_depends on other plugins_) - [xptemplate](https://github.com/drmingdrmer/xptemplate) #### 状态栏 - [lightline.vim](https://github.com/itchyny/lightline.vim) - [powerline](https://github.com/powerline/powerline) - [vim-airline](https://github.com/vim-airline/vim-airline) - [vim-flagship](https://github.com/tpope/vim-flagship) #### Surround - [vim-operator-surround](https://github.com/rhysd/vim-operator-surround) - [vim-sandwich](https://github.com/machakann/vim-sandwich) - [vim-surround](https://github.com/tpope/vim-surround) #### Taking notes - [vim-dotoo](https://github.com/dhruvasagar/vim-dotoo) - [vim-journal](https://github.com/junegunn/vim-journal) - [vim-notes](https://github.com/xolox/vim-notes) - [vim-orgmode](https://github.com/jceb/vim-orgmode) - [vim-pad](https://github.com/fmoralesc/vim-pad) - [vimwiki](https://github.com/vimwiki/vimwiki) #### Testing - [vim-test](https://github.com/janko-m/vim-test) #### 文本对象 - [targets.vim](https://github.com/wellle/targets.vim) - [vim-exchange](https://github.com/tommcdo/vim-exchange) - [vim-indent-object](https://github.com/michaeljsmith/vim-indent-object) - [vim-matchup](https://github.com/andymass/vim-matchup) - [vim-textobj-user](https://github.com/kana/vim-textobj-user) #### Tmux - [tmux-complete.vim](https://github.com/wellle/tmux-complete.vim) - [vim-dispatch](https://github.com/tpope/vim-dispatch) - [vim-tmux-navigator](https://github.com/christoomey/vim-tmux-navigator) - [vitality.vim](https://github.com/sjl/vitality.vim) #### 编辑历史管理 - [vim-mundo](https://github.com/simnalamburt/vim-mundo) - [gundo.vim](https://github.com/sjl/gundo.vim) - [undotree](https://github.com/mbbill/undotree) #### 版本控制 - [agit.vim](https://github.com/cohama/agit.vim) - [committia.vim](https://github.com/rhysd/committia.vim) - [gist-vim](https://github.com/mattn/gist-vim) - [github-issues.vim](https://github.com/jaxbot/github-issues.vim) - [gitv](https://github.com/gregsexton/gitv) - [gv.vim](https://github.com/junegunn/gv.vim) - [nerdtree-git-plugin](https://github.com/Xuyuanp/nerdtree-git-plugin) - [vim-auto-programming](https://github.com/haya14busa/vim-auto-programming) - [vim-fugitive](https://github.com/tpope/vim-fugitive) - [vim-gitgutter](https://github.com/airblade/vim-gitgutter) - [vim-github-dashboard](https://github.com/junegunn/vim-github-dashboard) - [vim-lawrencium](https://bitbucket.org/ludovicchabant/vim-lawrencium) - [vim-signify](https://github.com/mhinz/vim-signify) - [vimagit](https://github.com/jreybert/vimagit) - [git-messenger.vim](https://github.com/rhysd/git-messenger.vim/) #### Writing - [vim-grammarous](https://github.com/rhysd/vim-grammarous) - [vim-online-thesaurus](https://github.com/beloglazov/vim-online-thesaurus) #### Misc - [calendar.vim](https://github.com/itchyny/calendar.vim) - [CoVim](https://github.com/FredKSchott/CoVim) - [FastFold](https://github.com/Konfekt/FastFold) - [goyo.vim](https://github.com/junegunn/goyo.vim) - [is.vim](https://github.com/haya14busa/is.vim) - [NrrwRgn](https://github.com/chrisbra/NrrwRgn) - [sideways.vim](https://github.com/AndrewRadev/sideways.vim) - [splitjoin.vim](https://github.com/AndrewRadev/splitjoin.vim) - [unicode.vim](https://github.com/chrisbra/unicode.vim) - [vim-abolish](https://github.com/tpope/vim-abolish) - [vim-bracketed-paste](https://github.com/ConradIrwin/vim-bracketed-paste) - [vim-devicons](https://github.com/ryanoasis/vim-devicons) - [vim-diff-enhanced](https://github.com/chrisbra/vim-diff-enhanced) - [vim-diminactive](https://github.com/blueyed/vim-diminactive) - [vim-fixkey](https://github.com/drmikehenry/vim-fixkey) - [vim-gnupg](https://github.com/jamessan/vim-gnupg) - [vim-gutentags](https://github.com/ludovicchabant/vim-gutentags) - [vim-hackernews](https://github.com/ryanss/vim-hackernews) - [vim-move](https://github.com/matze/vim-move) - [vim-multiple-cursors](https://github.com/terryma/vim-multiple-cursors) - [vim-projectionist](https://github.com/tpope/vim-projectionist) - [vim-qf](https://github.com/romainl/vim-qf) - [vim-rsi](https://github.com/tpope/vim-rsi) - [vim-sleuth](https://github.com/tpope/vim-sleuth) - [vim-startify](https://github.com/mhinz/vim-startify) - [vim-unimpaired](https://github.com/tpope/vim-unimpaired) ### 编程语言 #### C、C++ - [a.vim](https://github.com/vim-scripts/a.vim) - [clang_complete](https://github.com/Rip-Rip/clang_complete) - [color_coded](https://github.com/jeaye/color_coded) - [lh-cpp](https://github.com/LucHermitte/lh-cpp) - [vim-cpp-enhanced-highlight](https://github.com/octol/vim-cpp-enhanced-highlight) #### Clojure - [paredit](https://github.com/kovisoft/paredit) - [rainbow_parentheses.vim](https://github.com/junegunn/rainbow_parentheses.vim) - [vim-clojure-highlight](https://github.com/guns/vim-clojure-highlight) - [vim-fireplace](https://github.com/tpope/vim-fireplace) - [vim-salve](https://github.com/tpope/vim-salve) - [vim-sexp-mappings-for-regular-people](https://github.com/tpope/vim-sexp-mappings-for-regular-people) - [vim-sexp](https://github.com/guns/vim-sexp) #### Elixir - [alchemist.vim](https://github.com/slashmili/alchemist.vim) - [vim-elixir](https://github.com/elixir-editors/vim-elixir) - [vim-mix-format](https://github.com/mhinz/vim-mix-format) #### Go - [gofmt.vim](https://github.com/tweekmonster/gofmt.vim) - [hl-goimport.vim](https://github.com/tweekmonster/hl-goimport.vim) - [vim-go](https://github.com/fatih/vim-go) - [vim-godebug](https://github.com/jodosha/vim-godebug) #### HTML - [emmet-vim](https://github.com/mattn/emmet-vim) - [html5.vim](https://github.com/othree/html5.vim) #### Java - [vim-javacomplete2](https://github.com/artur-shaik/vim-javacomplete2) #### Javascript - [es.next.syntax.vim](https://github.com/othree/es.next.syntax.vim) - [javascript-libraries-syntax.vim](https://github.com/othree/javascript-libraries-syntax.vim) - [node-vim-debugger](https://github.com/sidorares/node-vim-debugger) - [tern_for_vim](https://github.com/ternjs/tern_for_vim) - [vim-esformatter](https://github.com/millermedeiros/vim-esformatter) - [vim-flow](https://github.com/flowtype/vim-flow) - [vim-javascript-syntax](https://github.com/jelera/vim-javascript-syntax) - [vim-javascript](https://github.com/pangloss/vim-javascript) - [vim-node](https://github.com/moll/vim-node) - [vim-prettier](https://github.com/prettier/vim-prettier) - [yajs.vim](https://github.com/othree/yajs.vim) - [yats.vim](https://github.com/HerringtonDarkholme/yats.vim) #### Lua - [vim-lua-ftplugin](https://github.com/xolox/vim-lua-ftplugin) - [vim-lua-inspect](https://github.com/xolox/vim-lua-inspect) #### PHP - [php.vim](https://github.com/StanAngeloff/php.vim) - [vim-php-cs-fixer](https://github.com/stephpy/vim-php-cs-fixer) - [vim-php-namespace](https://github.com/arnaud-lb/vim-php-namespace) - [vim-php-refactoring-toolbox](https://github.com/adoy/vim-php-refactoring-toolbox) #### Python - [braceless.vim](https://github.com/tweekmonster/braceless.vim) - [impsort.vim](https://github.com/tweekmonster/impsort.vim) - [jedi-vim](https://github.com/davidhalter/jedi-vim) - [python-mode](https://github.com/klen/python-mode) - [SimpylFold](https://github.com/tmhedberg/SimpylFold) - [vim-flake8](https://github.com/nvie/vim-flake8) #### TeX - [vimtex](https://github.com/lervag/vimtex) #### VimL - [exception.vim](https://github.com/tweekmonster/exception.vim) - [helpful.vim](https://github.com/tweekmonster/helpful.vim) - [vader.vim](https://github.com/junegunn/vader.vim) - [vim-lookup](https://github.com/mhinz/vim-lookup) - [vim-scriptease](https://github.com/tpope/vim-scriptease) - [vim-themis](https://github.com/thinca/vim-themis) ================================================ FILE: README.md ================================================