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