How to jump to previous and last cursor in Sublime Text 3? [closed]

笑着哭i 提交于 2019-12-20 08:00:09

问题


I google a lot and find BufferScroll.But it doesn't work for me.I can't find any shortcut or how to use it in the document. Update:

Every time I try to use Jump Forward(Shift+Alt+Minus),my editor always says "Already at the newest position" while actually not in the newest position.Jump Back(Alt+Minus) works well.


回答1:


If you mean jumping back and forward through the cursor position history, then in Sublime Text 3 it's built in via the GoTo menu or keyboard shortcuts:

Jump Back and Jump Forward – Jump Back allows you to go to previous editing positions. This goes hand in hand with Goto Definition: you can now inspect a symbol definition, and quickly jump back to where you were previously. Jump Back is bound to Alt+Minus by default. The menu entry is Goto > Jump Back

There are plugins available for ST2, for example navigationHistory.



来源:https://stackoverflow.com/questions/19996878/how-to-jump-to-previous-and-last-cursor-in-sublime-text-3

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!