plugins.telescope.keymaps.<name>.options.buffer
Make the mapping buffer-local. Equivalent to adding <buffer>
to a map.
Type: null or boolean or raw lua code
Default:
null
Plugin default: false
plugins.telescope.keymaps.<name>.options.desc
A textual description of this keybind, to be shown in which-key, if you have it.
Type: null or string
Default:
null
plugins.telescope.keymaps.<name>.options.expr
Means that the action is actually an expression. Equivalent to adding <expr>
to a map.
Type: null or boolean or raw lua code
Default:
null
Plugin default: false
plugins.telescope.keymaps.<name>.options.noremap
Whether to use the noremap
variant of the command, ignoring any custom mappings on the defined action. It is highly advised to keep this on, which is the default.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
plugins.telescope.keymaps.<name>.options.nowait
Whether to wait for extra input on ambiguous mappings. Equivalent to adding <nowait>
to a map.
Type: null or boolean or raw lua code
Default:
null
Plugin default: false
plugins.telescope.keymaps.<name>.options.remap
Make the mapping recursive. Inverses noremap
.
Type: null or boolean or raw lua code
Default:
null
Plugin default: false
plugins.telescope.keymaps.<name>.options.script
Equivalent to adding <script>
to a map.
Type: null or boolean or raw lua code
Default:
null
Plugin default: false
plugins.telescope.keymaps.<name>.options.silent
Whether this mapping should be silent. Equivalent to adding <silent>
to a map.
Type: null or boolean or raw lua code
Default:
null
Plugin default: false
plugins.telescope.keymaps.<name>.options.unique
Whether to fail if the map is already defined. Equivalent to adding <unique>
to a map.
Type: null or boolean or raw lua code
Default:
null
Plugin default: false