Installing ZSH
Installing yum-y Install Zsh
View Shell List Cat/etc/shells
Toggle Zsh cash-s/bin/zsh
Restart output echo $SHELL
/BIN/ZSH Switch Success
-
Install oh-my-zsh Direct run and nbsp , &NB Sp , &NB Sp , &NB Sp;sh-c "$ (curl-fssl https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
HTTPS://GITHUB.COM/AMIX/VIMRC This plugin can be very good management of vim configuration and plug-in very useful
Run directly (GitHub has other versions of the installation method)git clone https://github.com/amix/vimrc.git ~/.vim_runtime
sh ~/.vim_runtime/install_awesome_vimrc.sh
After the installation is complete vim. VIMRC will see the configuration path for VIM (profile path ~/. Vim_runtime)
Amix after the installation is complete, open the ~/.vim_runtim
~/.vim_runtime/autoload directory has the pathogen Plugin Manager installed to manage vim plugins
Install the plugin directly in the ~/.vim_runtime/sources_forked
Installing plugins
Take Supertab as an example CD ~/.vim_runtime/sources_forked
Installing plugins using git clone https://github.com/ervandew/supertab
You can use it directly! It's so simple.
Other plug-ins like the installation method only need to download put ~/.vim_runtime/sources_forked can recommend a few plug-ins
Phpdoc PHP Comments
oh-my-zsh
Supertab Complete Plug-in
Syntactic syntax detection
Auto pairs automatically inserts and formats square brackets and parentheses
Nerd Commenter Add Comment
Snipmate Inserting Code Snippets
Nerdtree File Manager
Minibufferexplorer file Browser, support to open multiple files simultaneously
TagList Code Viewer
Gdbmgr Debugger
Jump Lookup for Cscope function
This article from "Snail Crawl" blog, please be sure to keep this source http://10130617.blog.51cto.com/10120617/1887347
Quickly build a VIM development integration environment