cmd-alt-t clears the filefinder cache (just like textmate.el)

This commit is contained in:
Chris Wanstrath
2011-11-25 23:34:47 -08:00
parent 095353e168
commit 025406627d

View File

@@ -1,2 +1,3 @@
filefinder:
'cmd-t': (filefinder) => filefinder.toggle()
'cmd-alt-t': (filefinder) => filefinder.cached = null