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