vim 显示树形目录结构
我在mac下使用的vim配置有显示树形目录结构
1 Vim
无需多说,Mac&Linux下最好用的编辑器之一。
Mac和大多数Linux都自带Vim
2 Vim Configuration
配置可以直接使用网友共享的优化配置:
https://github.com/amix/vimrc
安装命令:
git clone --depth=1 https://github.com/amix/vimrc.git ~/.vim_runtime sh ~/.vim_runtime/install_awesome_vimrc.sh
3 Vim Plugins - NERDTree
Vim插件,装了这个插件,便可以显示树形目录结构。
https://github.com/scrooloose...
安装命令:git clone https://github.com/scrooloose/nerdtree.git ~/.vim/bundle/nerdtree
重启Vim,在命令模式下输入NERDTree即可开启目录展示,默认是当前路径。:NERDTree
linux下通用
相关推荐
lerdor 2020-10-14
CoderMannul 2020-09-07
ZZBAIFFA 2020-08-31
yonggeno 2020-08-18
zhangxl0 2020-07-28
yhuihon 2020-07-26
想个标题偏头痛 2020-07-19
老甘的可读区 2020-07-18
想个标题偏头痛 2020-06-22
Geek猫 2020-06-15
想个标题偏头痛 2020-06-08
linzb 2020-06-04
圆圆的世界CSDN 2020-06-04
yhuihon 2020-05-31
想个标题偏头痛 2020-05-26
圆圆的世界CSDN 2020-05-14
linzb 2020-05-12