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