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.
vim で 2 つのウィンドウを開くプラグインはありますか? 1 つは現在の作業ディレクトリ (編集中のディレクトリ) を表示し、もう 1 つはディレクトリを参照するために使用します。
どうですか
vim .
CTRL-W CTRL-V
CTRL-W CTRL-W
NERDTree [otherdirectory]
[otherdirectory]
これにより、2 つの独立した NERDTree ウィンドウが表示されます。