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.
ctrlp を使用している場合、ctlr-v を使用して、選択したファイルを新しい垂直分割で開くことができます
ただし、左側の分割で開いている新しいファイルと、既に開いているファイルは右側の分割に移動します。私は反対のことが起こることを望みます: 新しいファイルを正しい分割で開きます。
回避策 : ctrl-w + ctrl-rafer を使用してファイルを開き、分割を反転します。
vimrc で設定を作成する場合:
set splitright
開いたすべてのファイルを右側の垂直分割で開きます (CtrlP だけでなく)。