Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 562 Bytes

2013-10-21-vim-with-nerdtree.md

File metadata and controls

22 lines (15 loc) · 562 Bytes
title date categories tags layout
vim with NERDTree
2013-10-21 12:00:00 +0900
vim
vim
post

NERDTreeが表示されている状態で、 右側画面を縦半分&横半分で 画面を4分割した状態から、 右側の縦2分割を縦3分割にして新しいファイルを編集するには

右にカーソルがある状態で

:sp

を入力する。

その後 C-w 2 h で NERDTree のエリアに移動した後、o でファイルを開く。

(C-w 2 h で移動した後で i を押してもうまくいかない。)