Default shortcut: cmd-y
cmd-y
toggles the search pane.
When this shortcut is invoked, the YAML search pane will be shown.
If the search pane is already shown but the search input is not focused, the search input will be focused.
If the search input is already focused, this shortcut will hide the search pane.
Default shortcut: cmd-shift-y
'atom-workspace':
'cmd-y': 'yaml-helper:toggle'
'cmd-alt-y': 'yaml-helper:hide'
'cmd-shift-y': 'yaml-helper:toggle-status-bar'
Similar to all other atom packages, you can customize the shortcuts using your keymap file.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.