1
coderoar Oct 14, 2011
到vimrc里添加一条命令不就得了。
|
2
luofei Oct 14, 2011
cd ~/
|
3
forestchen Oct 14, 2011
在我的.vimrc里有一句,当时为了配合NERDTree
autocmd BufEnter * lcd %:p:h via: http://vim.wikia.com/wiki/Set_working_directory_to_the_current_file |
5
nouh OP @forestchen 谢谢,这个帖子很有用
|
7
nouh OP @forestchen 在Nerdtree中不知道如何切换到D盘,貌似Nerdtree里无法做到
|
8
forestchen Oct 14, 2011
@nouh :NERDTree d:\
via: http://stackoverflow.com/questions/1467447/changing-drive-letter-in-nerdtree |
9
nouh OP @forestchen 谢谢了:)
|
10
Mize Jun 25, 2013
感谢:)
|