plugins.comment.settings.mappings
Enables keybindings. NOTE: If given ‘false’, then the plugin won’t create any mappings.
Type: null or value false (singular enum) or (submodule)
Default:
null
Plugin default:
{
basic = true;
extra = true;
}
Declared by:
plugins.comment.settings.mappings.basic
Enable operator-pending mappings (gcc
, gbc
, gc[count]{motion}
, gb[count]{motion}
).
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
plugins.comment.settings.mappings.extra
Enable extra mappings (gco
, gcO
, gcA
).
Type: null or boolean or raw lua code
Default:
null
Plugin default: true