Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AnnatarHe/vim-config
My .vimrc config
https://github.com/AnnatarHe/vim-config
lightweight vimrc
Last synced: 3 months ago
JSON representation
My .vimrc config
- Host: GitHub
- URL: https://github.com/AnnatarHe/vim-config
- Owner: AnnatarHe
- Created: 2015-06-13T18:04:12.000Z (over 9 years ago)
- Default Branch: mac
- Last Pushed: 2022-09-06T02:33:43.000Z (about 2 years ago)
- Last Synced: 2024-05-23T04:54:18.136Z (6 months ago)
- Topics: lightweight, vimrc
- Language: Vim Script
- Homepage:
- Size: 10.9 MB
- Stars: 20
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Vim 配置
这是我个人的 vim 配置文件。
首先需要先安装 [vim-plug](https://github.com/junegunn/vim-plug) 随后安装所依赖的插件:
```
:PlugInstall
```## 其他
需要安装 powerline patched fonts。它有很多漂亮的符号
主题样式有多种,可以调换。目前用的是 One Dark Theme
请首先安装 [fzf](https://github.com/junegunn/fzf) 和 [ag](https://github.com/ggreer/the_silver_searcher)
## short keys
`;t` 展开/关闭 目录,
`;cc` 注释选中的文字.
`;cu` 取消注释
`;[space]` 搜索关键字取消高亮.
`;y` 复制进入系统剪切板
`;p` 从系统剪贴板粘贴
`Ctrl-p` 文件名搜索
`;f` 全局搜索
Screenshot:
![screenshot](images/macvim.png)