gitlab-org--gitlab-foss/app/assets/javascripts/shortcuts_tree.coffee

5 lines
163 B
CoffeeScript
Raw Normal View History

class @ShortcutsTree extends ShortcutsNavigation
constructor: ->
super()
Mousetrap.bind('t', -> ShortcutsTree.findAndFollowLink('.shortcuts-find-file'))