gotoBottom property

KeyBinding gotoBottom
final

Go to bottom (end or G).

Implementation

static final gotoBottom = KeyBinding.withHelp(
  ['end', 'G'],
  'G',
  'go to bottom',
);