Skip to content

Commit

Permalink
lib/keymaps: add a link to :h map-modes
Browse files Browse the repository at this point in the history
  • Loading branch information
MattSturgeon committed Feb 15, 2025
1 parent d3a25cb commit bd46d89
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/keymap-helpers.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit bd46d89

Please sign in to comment.