Skip to content

amiralles/sublime-mru

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Vim's MRU-inspired plugin for Sublime Text.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages