Skip to content

Commit bd46d89

Browse files
committed
lib/keymaps: add a link to :h map-modes
1 parent d3a25cb commit bd46d89

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/keymap-helpers.nix

+3-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@ rec {
5959
description = ''
6060
One or several modes.
6161
Use the short-names (`"n"`, `"v"`, ...).
62-
See `:h map-modes` to learn more.
62+
See [`:h map-modes`] to learn more.
63+
64+
[`:h map-modes`]: https://neovim.io/doc/user/map.html#%3Amap-modes
6365
'';
6466
inherit default;
6567
example = [

0 commit comments

Comments
 (0)