有兴趣加入本项目的话,请关注下面的认领列表,选择相应的章节翻译,或者协助校验正在翻译的项目。如果有兴趣加入,可以fork本项目,开始翻译后提交PR,便于我们协助校验,不必翻译结束后才提交PR.
认领方式
开issue
章节名称:*****
译者:******
PR: PR的链接
提交方式
每个章节独立翻译,并提交至 chapter/ 文件夹,文件名为英文标题小写,以-
链接单词。例如翻译What is Vim?
章节, 文件名即为chapter/what-is-vim.md
. 合并到主仓库后,将定期将这些章节文件合并到README.dm
。
章节列表
基于mhinz/vim-galore@d50d48b, 后期如果有改动,定期在更新。
章节名称 |
认领状态 |
中文链接 |
Intro |
|
|
What is Vim? |
|
|
The Vim Philosophy |
|
|
First steps |
|
|
Minimal vimrc |
|
|
What kind of Vim am I running? |
|
|
Cheatsheets |
|
|
Basics |
|
|
Buffers, windows, tabs |
|
|
Active, loaded, listed, named buffers |
|
|
Argument list |
|
|
Mappings |
|
|
Mapleader |
|
|
Registers |
|
|
Ranges |
|
|
Marks |
|
|
Completion |
|
|
Motions, operators, text objects |
|
|
Autocmds |
|
|
Changelist, jumplist |
|
|
Undo tree |
|
|
Quickfix and location lists |
|
|
Macros |
|
|
Colorschemes |
|
|
Folding |
|
|
Sessions |
|
|
Locality |
|
|
Usage |
|
|
Getting help offline |
|
|
Getting help offline (alternative) |
|
|
Getting help online |
|
|
Autocmds in practice |
|
|
User events |
|
|
Nested autocmds |
|
|
Clipboard |
|
|
Clipboard usage (Windows, OSX) |
|
|
Clipboard usage (Linux, BSD, ...) |
|
|
Restore cursor position when opening file |
|
|
Handling backup, swap, undo, and viminfo files |
|
|
Editing remote files |
|
|
Managing plugins |
|
|
Block insert |
|
|
Running external programs and using filters |
|
|
Cscope |
|
|
MatchIt |
|
|
Tips |
|
|
Saner behavior of n and N |
|
|
Saner command-line history |
|
|
Saner CTRL-L |
|
|
Disable audible and visual bells |
|
|
Quickly move current line |
|
|
Quickly add empty lines |
|
|
Quickly edit your macros |
|
|
Quickly jump to header or source file |
|
|
Quickly change font size in GUI |
|
|
Change cursor style dependent on mode |
|
|
Don't lose selection when shifting sidewards |
|
|
Reload a file on saving |
|
|
Smarter cursorline |
|
|
Faster keyword completion |
|
|
Cosmetic changes to colorschemes |
|
|
Commands |
|
|
:global and :vglobal - Execute a command on all matching lines. |
|
|
:normal and :execute - The scripting dream team. |
|
|
:redir - Redirect messages. |
|
|
Debugging |
|
|
General tips |
|
|
Verbosity |
|
|
Profiling startup time |
|
|
Profiling at runtime |
|
|
Debugging Vim scripts |
|
|
Debugging syntax files |
|
|
Miscellaneous |
|
|
Additional resources |
|
|
Vim distributions |
|
|
Standard plugins |
|
|
Map CapsLock to Control |
|
|
Easter eggs |
|
|
Why hjkl for navigation? |
|
|
Common problems |
|
|
Editing small files is slow |
|
|
Editing huge files is slow |
|
|
Bracketed paste (or why do I have to set 'paste' all the time?) |
|
|
Delays when using escape key in terminal |
|
|
Function search undo |
|
|
Technical quirks |
|
|
Newline used for NUL |
|
|
List of colorschemes |
|
|
List of plugins |
|
|