fullHelp method

  1. @override
List<List<KeyBinding>> fullHelp()
override

Returns bindings for the full help view, grouped by columns.

Each inner list represents a column of help items.

Implementation

@override
List<List<KeyBinding>> fullHelp() {
  return [
    [up, down, home, end],
    [toggle, toggleAll, confirm, cancel],
  ];
}