keyMaps constant

List<String> const keyMaps

Implementation

static const List<String> keyMaps = [
  'default',
  'emacs',
  'sublime',
  'vim',
];