2017-03-23 15:32:11 +08:00
有兴趣加入本项目的话, 请关注下面的认领列表, 选择相应的章节翻译, 或者协助校验正在翻译的项目。如果有兴趣加入, 可以fork本项目, 开始翻译后提交PR, 便于我们协助校验, 不必翻译结束后才提交PR.
2017-03-23 12:47:52 +08:00
2017-03-23 15:32:11 +08:00
## 认领方式
**开issue**
```md
章节名称:*****
译者:******
PR: PR的链接
```
2017-03-23 19:29:39 +08:00
## 提交方式
每个章节独立翻译,并提交至 [chapter/ ](chapter/ ) 文件夹,文件名为英文标题小写,以`-` 链接单词。例如翻译`What is Vim? ` 章节, 文件名即为`chapter/what-is-vim.md` . 合并到主仓库后,将定期将这些章节文件合并到`README.dm` 。
## 章节列表
基于[mhinz/vim-galore@d50d48b ](https://github.com/mhinz/vim-galore/tree/d50d48bce40bbbd99a0528a2893b00cf54a6f4b9 ), 后期如果有改动,定期在更新。
2017-03-30 23:37:06 +08:00
|章节名称|认领状态|PR链接|
2017-03-23 15:32:11 +08:00
|:------|:------|:------|
2017-03-30 23:37:06 +08:00
| [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 ] |
2017-04-01 17:24:03 -05:00
| [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 ] |
2017-03-31 23:12:26 -05:00
| [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 ] |
2017-04-01 17:14:29 -05:00
| [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 ] |
2017-03-30 23:24:36 +08:00
| [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 | |
2017-03-23 19:18:56 +08:00
| [Debugging Vim scripts ](https://github.com/mhinz/vim-galore#debugging-vim-scripts ) | | |
| [Debugging syntax files ](https://github.com/mhinz/vim-galore#debugging-syntax-files ) | | |
2017-03-30 23:37:06 +08:00
| [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 | |
2017-04-01 17:14:29 -05:00
| [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 ] |
2017-03-31 23:12:26 -05:00
| [Technical quirks ](https://github.com/mhinz/vim-galore#technical-quirks-1 ) | | [#18 ] |
2017-03-23 19:18:56 +08:00
| [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 ) | | |
2017-03-23 20:05:02 +08:00
2017-03-30 23:37:06 +08:00
<!-- plublic links for prs -->
2017-03-23 20:05:02 +08:00
[#4 ]: https://github.com/wsdjeg/vim-galore-zh_cn/pull/4
2017-03-30 23:37:06 +08:00
[#7 ]: https://github.com/wsdjeg/vim-galore-zh_cn/pull/7
2017-04-01 17:24:03 -05:00
[#13 ]: https://github.com/wsdjeg/vim-galore-zh_cn/pull/13
2017-04-01 17:14:29 -05:00
[#15 ]: https://github.com/wsdjeg/vim-galore-zh_cn/pull/15
[#18 ]: https://github.com/wsdjeg/vim-galore-zh_cn/pull/18
2017-03-30 23:37:06 +08:00
<!-- plublic links for users -->
[wsdjeg]: https://github.com/wsdjeg
[星星丶 S1nG]: https://github.com/S1ngS1ng
2017-04-01 17:14:29 -05:00
[Hotleave]: https://github.com/hotleave
2017-03-30 23:37:06 +08:00