Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的.vimrc文件中,我设置了以下映射键:
.vimrc
nnoremap <silent> <C-p> :<C-u>Unite -buffer-name=files -start-insert buffer file_mru file_rec:!<CR>
当我点击时C-p,它会显示目录和历史记录中的文件。如何告诉 vim 显示一些特殊的目录内容?
C-p
我的意思是将目录添加为默认源文件位置。