vim-galore-zh_cn/CONTRIBUTING.md

10 KiB
Raw Permalink Blame History

有兴趣加入本项目的话请关注下面的认领列表选择相应的章节翻译或者协助校验正在翻译的项目。如果有兴趣加入可以fork本项目开始翻译后提交PR便于我们协助校验不必翻译结束后才提交PR.

认领方式

开issue

章节名称:*****
译者:******
PR: PR的链接

提交方式

每个章节独立翻译,并提交至 chapter/ 文件夹,文件名为英文标题小写,以-链接单词。例如翻译What is Vim章节, 文件名即为chapter/what-is-vim.md. 合并到主仓库后,将定期将这些章节文件合并到README.dm

章节列表

基于mhinz/vim-galore@d50d48b, 后期如果有改动,定期在更新。

章节名称 认领状态 PR链接
Intro wsdjeg #4
What is Vim? wsdjeg #4
The Vim Philosophy wsdjeg #4
First steps wsdjeg #4
Minimal vimrc wsdjeg #4
What kind of Vim am I running? wsdjeg #4
Cheatsheets wsdjeg #4
Basics wsdjeg #4
Buffers, windows, tabs wsdjeg #4
Active, loaded, listed, named buffers wsdjeg #4
Argument list wsdjeg #4
Mappings wsdjeg #4
Mapleader 星星S1nG #7
Registers 星星S1nG #7
Ranges 星星S1nG #7
Marks 星星S1nG #7
Completion 星星S1nG #7
Motions, operators, text objects 星星S1nG #7
Autocmds 星星S1nG #7
Changelist, jumplist 星星S1nG #7
Undo tree 星星S1nG #7
Quickfix and location lists 星星S1nG #7
Macros 星星S1nG #7
Colorschemes 星星S1nG #7
Folding 星星S1nG #7
Sessions 星星S1nG #7
Locality 星星S1nG #7
Usage hotleave #13
Getting help offline hotleave #13
Getting help offline (alternative) hotleave #13
Getting help online hotleave #13
Autocmds in practice hotleave #13
User events hotleave #13
Nested autocmds hotleave #13
Clipboard hotleave #13
Clipboard usage (Windows, OSX) hotleave #13
Clipboard usage (Linux, BSD, ...) hotleave #13
Restore cursor position when opening file hotleave #13
Handling backup, swap, undo, and viminfo files hotleave #13
Editing remote files hotleave #13
Managing plugins hotleave #13
Block insert hotleave #13
Running external programs and using filters hotleave #13
Cscope hotleave #13
MatchIt hotleave #13
Tips 星星S1nG #15
Saner behavior of n and N 星星S1nG #15
Saner command-line history 星星S1nG #15
Saner CTRL-L 星星S1nG #15
Disable audible and visual bells 星星S1nG #15
Quickly move current line 星星S1nG #15
Quickly add empty lines 星星S1nG #15
Quickly edit your macros 星星S1nG #15
Quickly jump to header or source file 星星S1nG #15
Quickly change font size in GUI 星星S1nG #15
Change cursor style dependent on mode 星星S1nG #15
Don't lose selection when shifting sidewards 星星S1nG #15
Reload a file on saving 星星S1nG #15
Smarter cursorline 星星S1nG #15
Faster keyword completion 星星S1nG #15
Cosmetic changes to colorschemes 星星S1nG #15
Commands hotleave #18
:global and :vglobal - Execute a command on all matching lines. hotleave #18
:normal and :execute - The scripting dream team. hotleave #18
:redir - Redirect messages. hotleave #18
Debugging YDWX
General tips YDWX
Verbosity YDWX
Profiling startup time YDWX
Profiling at runtime YDWX
Debugging Vim scripts
Debugging syntax files
Miscellaneous #11
Additional resources #11
Vim distributions #11
Standard plugins #11
Map CapsLock to Control #11
Easter eggs #11
Why hjkl for navigation? #11
Common problems hotleave #18
Editing small files is slow hotleave #18
Editing huge files is slow hotleave #18
Bracketed paste (or why do I have to set 'paste' all the time?) hotleave #18
Delays when using escape key in terminal hotleave #18
Function search undo hotleave #18
Technical quirks #18
Newline used for NUL
List of colorschemes
List of plugins