2013年1月20日 星期日

[Vim] How to open multiple file in Vim


[Vim] How to open multiple file in Vim



:bn (next buffer)



:bp (previous buffer)



:buffers (list open buffers)



:b<n> (open buffer n)



:bd (delete buffer).



:e <filename> will just open into a new buffer.



Reference :



Happy: How to effectively work with multiple files in Vim?


Related Posts:

0 意見:

張貼留言