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.
如果我打开 MacVim (特别是janus)并尝试:open ~/<TAB>我得到:open ~/^I. 我怎样才能让它以人们期望 bash 完成工作的方式完成制表符?
:open ~/<TAB>
:open ~/^I
您可以使用 :
:e ~/<TAB>
:set wildmenu也会很有帮助。
:set wildmenu