plugins.spider.keymaps.motions

Mappings for spider motions. The keys are the motion and the values are the keyboard shortcuts. The shortcut might not necessarily be the same as the motion name.

Type: attribute set of string

Default: { }

Example:

{
  b = "b";
  e = "e";
  ge = "ge";
  w = "w";
}

Declared by:

plugins.spider.keymaps.silent

Whether spider keymaps should be silent.

Type: boolean

Default: false

Declared by: