Home > Development Tools > sublime > body text

How to return to the previous editing position in sublime

藏色散人
Release: 2021-01-06 09:44:34
forward
5525 people have browsed it

The tutorial column of sublime below will introduce to you how to return to the previous editing position in sublime. I hope it will be helpful to friends in need!

How to return to the previous editing position in sublime

I have been using sublime for a long time. Recently I found a python plug-in that can return to the previous editing position when editing. This function is very commonly used in eclipse, and now it can finally be used in Used on sublime. So cool.

Post an address: https://forum.sublimetext.com/t/browser-like-back-forward-history-navigation/2230

Download: https ://github.com/optilude/SublimeTextMisc

Extract navigationHistory.py to the sublime directory, and then change the shortcut key

{ "keys": ["ctrl+alt+left"], "command": "navigation_history_back"},
{ "keys": ["ctrl+alt+right"], "command": "navigation_history_forward"},
{ "keys": ["alt+left"], "command": "navigation_history_back"},
{ "keys": ["alt+right"], "command": "navigation_history_forward"},
Copy after login

For more programming-related knowledge, please visit:Programming Teaching ! !

The above is the detailed content of How to return to the previous editing position in sublime. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:cnblogs.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template