读书人

VIM上跳转的区别

发布时间: 2012-12-28 10:29:05 作者: rapoo

VIM下跳转的区别
VIM在开tag和jumplist的时候有几个差别

经常用的几个
Press Ctrl-O to jump back to the previous (older) location.
Press Ctrl-I (same as Tab) to jump forward to the next (newer) location.

Ctrl-]

gf


CTRL-T is working with tags stack

CTRL-O is working with jumplist

读书人网 >编程

热点推荐