首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

VIM上跳转的区别

2012-12-28 
VIM下跳转的区别VIM在开tag和jumplist的时候有几个差别经常用的几个Press Ctrl-O to jump back to the pre

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

热点排行