Press "Enter" to skip to content

Posts tagged as “Vim”

将VIM变成开发PHP的IDE

NERDTree 目录管理,树状导航 [root@kyle download]# wget -c http://www.vim.org/scripts/download_script.php?src_id=11500 [root@kyle download]# mkdir NERD_tree/ [root@kyle download]# mv NERD_tree.zip NERD_tree/ [root@kyle download]# cd NERD_tree/ [root@kyle NERD_tree]# unzip NERD_tree.zip [root@kyle…