mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
lib/keymaps: add a link to :h map-modes
This commit is contained in:
parent
d3a25cb97f
commit
bd46d896a8
1 changed files with 3 additions and 1 deletions
|
@ -59,7 +59,9 @@ rec {
|
|||
description = ''
|
||||
One or several modes.
|
||||
Use the short-names (`"n"`, `"v"`, ...).
|
||||
See `:h map-modes` to learn more.
|
||||
See [`:h map-modes`] to learn more.
|
||||
|
||||
[`:h map-modes`]: https://neovim.io/doc/user/map.html#%3Amap-modes
|
||||
'';
|
||||
inherit default;
|
||||
example = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue