发表于: lnmp | 作者: | 日期: 2014/12/14 01:12
标签:

通过vim打开多个文件(可以通过ctags或者cscope)
“:ls”查看当前打开的buffer(文件)
“:b num”切换文件(其中num为buffer list中的编号)
可以用到的命令有
“:bn” — next buffer in the buffer list
“:bp” — previous buffer in the buffer list
“:b#” — previous buffer you was in

: https://blog.darkmi.com/2014/12/14/2695.html

本文相关评论 - 1条评论都没有呢
Post a comment now » 本文目前不可评论

No comments yet.

Sorry, the comment form is closed at this time.