From 40e5e5079e8ad1c25c43f2c3a4b4257c632177da Mon Sep 17 00:00:00 2001 From: Ching Pei Yang Date: Sat, 5 Oct 2024 19:21:00 +0200 Subject: [PATCH] map: fix misinformation --- modules/neovim/mappings/options.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/neovim/mappings/options.nix b/modules/neovim/mappings/options.nix index 49e72494..1dd4897c 100644 --- a/modules/neovim/mappings/options.nix +++ b/modules/neovim/mappings/options.nix @@ -44,7 +44,7 @@ See `:help map-modes` for a list of modes. ''; - example = ''"nvc" for normal, visual and command mode''; + example = ''`["n" "v" "c"]` for normal, visual and command mode''; }; }; };