t9md / atom-recent-finder

Open recently used file with fizzyfinder.
https://atom.io/packages/recent-finder
MIT License
0 stars 1 forks source link
atom

recent-finder Build Status

Open recent file with fuzzy-finder.

gif

Configuration

No default keymap.
You need to configure keymap in you keymap.cson.

e.g.

# Since both `cmd-p` and `cmd-t` are mapped to
# `fuzzy-finder:toggle-file-finder` by default.
# I use `cmd-p` for this.
'atom-workspace:not([mini])':
  'cmd-p': 'recent-finder:toggle'

Commands