/sublime-mru

Vim's MRU-inspired plugin for Sublime Text.

Primary LanguagePythonMIT LicenseMIT

Sublime MRU

Vim's MRU inspired plugin for Sublime Text.

It allows you to open (or activate) any recently used file in the current project.

The advantage of using this plugin over the standard Sublime's menus, is that it provides a unified list of currently open and recently closed files. If you are a keyboard person switching from vim and missing the MRU plugin, you may want to give this package a try.

mru.mp4

Installation

At the moment, there is no "official" pacakge to install this plugin, but you can still uset it by copying mru.py into <Sublime's Installation Path>/Packages/User.

Once you did that, just add a shortcut to run the mru command and trigger the autocomplete list. For instance:

{ "keys": ["ctrl+,"], "command": "mru"}

TODO

Create a package so that it's easier to install.