1 Star 0 Fork 0

toalexjin / vim-kit

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 1.09 KB
一键复制 编辑 原始数据 按行查看 历史
toalexjin 提交于 2015-03-20 12:06 . Map to hide current window

VIM Kit

VIM Kit offers a very easy way to enhance your VIM editor by integrating with some quite useful VIM plugins.

Install (or update everything to latest)

  1. mkdir ~/git
  2. cd ~/git
  3. git clone https://github.com/toalexjin/vim-kit.git
  4. ~/git/vim-kit/update // Do install as well as update.

Examples

  • Press <F2> to switch windows.
  • Press <F3> to hide current window.
  • Press <F4> to toggle source code outline panel (Plugin tagbar).
  • Press <F5> to toggle file browse panel (Plugin NERDTree).
  • Press <F6> to refresh file browse panel.
  • Press <ctrl-p> to show function & variable list.
  • Select some text using Vim's visual mode, then hit * or # to search for it.
  • Open a go source file, enter Insert Mode, then press <ctrl-x><ctrl-o> for code autocompletion.
  • :h vundle: Show help of plugin manager Vundle.
  • :h tagbar: Show help of plugin tagbar.
  • :h vim-go: Show help of plugin vim-go.

Screenshots

VIM Tree Panel VIM Outline Panel VIM Autocompletion

VimL
1
https://gitee.com/toalexjin/vim-kit.git
git@gitee.com:toalexjin/vim-kit.git
toalexjin
vim-kit
vim-kit
master

搜索帮助