欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Vim神器

程序员文章站 2022-07-13 21:46:07
...

https://wangzhengquan.github.io/vim/

I have integrate all the popular vim plugin in a shell script. You can install all of them with just one command as illustrated in Quick Install.

Quick Install:

Stick the followling command in you terminal(一键安装):

wget -qO- https://wangzhengquan.github.io/vim/install.sh | sh -

Screenshot

Vim神器

Usage

  • F2 Trigger NERD Tree
  • F6 Trigger tagbar
  • :CtrlP Find files,like ‘find’
  • :Ack [option] text : Search text in files,like ‘grep’

Plugins

  • NERD Tree: The NERDTree is a file system explorer for the Vim editor. Using this plugin, users can visually browse complex directory hierarchies, quickly open files for reading or editing, and perform basic file system operations.
  • Powerline:Powerline is a statusline plugin for vim,
  • molokai:Molokai color scheme for Vim
  • YouCompleteMe: A code-completion engine for Vim
  • comments.vim:comment utility
  • indentLine: This plugin is used for displaying thin vertical lines at each indentation level for code indented with spaces.
  • tagbar:tagbar is a Vim plugin that provides an easy way to browse the tags of the current file and get an overview of its structure.
  • ctrlp: Full path fuzzy file, buffer, mru, tag, … finder for Vim.
  • tabular : it’s useful to line up text..
  • ack.vim: Run your favorite search tool from Vim, with an enhanced results list.
  • markdown:markdown view
相关标签: vim