5 lines
163 B
CoffeeScript
5 lines
163 B
CoffeeScript
|
class @ShortcutsTree extends ShortcutsNavigation
|
||
|
constructor: ->
|
||
|
super()
|
||
|
Mousetrap.bind('t', -> ShortcutsTree.findAndFollowLink('.shortcuts-find-file'))
|