ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Last​Edit

by SamPeng87 ST2

No description provided

Details

  • 2013.06.24.02.13.34
  • github.​com
  • github.​com
  • 11 years ago
  • 1 hour ago
  • 13 years ago

Installs

  • Total 1K
  • Win 688
  • Mac 527
  • Linux 269
Oct 23 Oct 22 Oct 21 Oct 20 Oct 19 Oct 18 Oct 17 Oct 16 Oct 15 Oct 14 Oct 13 Oct 12 Oct 11 Oct 10 Oct 9 Oct 8 Oct 7 Oct 6 Oct 5 Oct 4 Oct 3 Oct 2 Oct 1 Sep 30 Sep 29 Sep 28 Sep 27 Sep 26 Sep 25 Sep 24 Sep 23 Sep 22 Sep 21 Sep 20 Sep 19 Sep 18 Sep 17 Sep 16 Sep 15 Sep 14 Sep 13 Sep 12 Sep 11 Sep 10 Sep 9
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Sublime LastEdit

A Sublime Text 2 plugin to go to last edited position regardless of the file you were editing

LastEdit can cycle of one file buffer

if last edit point in the other view,LastEdit can jump for this and do your thinks as

this is my first plugin ,if have some bug,please post issues.

Next fearture:

  • Sort view buffer by edit count

    wait Sublime provide tab fold api,otherwise no have any purport

  • only jump last edit view buffer [DONE]

  • if have some window edit point,will jump for it.now,LastEdit can't good work for this.I will change it

Install & Config

Sublime Package Manager will be added soon as installation method, by now checkout from github:

$ cd Sublime Text 2/Packages
 $ git clone git://github.com/SamPeng87/sublime-last-edit.git

Usage

Wherever you are you can use the default key binding for MacOs

command+. (jump for last edit point)

ctrl+[ (jump for last edited view by left)

ctrl+] (jump for last edited view by right)

Other operating systems(Windows,linux)

control+.

ctrl+[ (jump for last edited view by left)

ctrl+] (jump for last edited view by right)

Thanks

GotoLastEdit tell me how to create one edit queue and edit point.