From 8f4a7bdeb177bed5458ab9cc213519faa8a11859 Mon Sep 17 00:00:00 2001 From: Christian Chiarulli Date: Sun, 20 Nov 2022 15:18:07 -0500 Subject: chore: less noise in comment description --- lua/lvim/core/which-key.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/lvim/core/which-key.lua b/lua/lvim/core/which-key.lua index 51ed5a75..a5ce48f6 100644 --- a/lua/lvim/core/which-key.lua +++ b/lua/lvim/core/which-key.lua @@ -76,13 +76,13 @@ M.config = function() -- NOTE: Prefer using : over as the latter avoids going back in normal-mode. -- see https://neovim.io/doc/user/map.html#:map-cmd vmappings = { - ["/"] = { "(comment_toggle_linewise_visual)", "Comment toggle linewise (visual)" }, + ["/"] = { "(comment_toggle_linewise_visual)", "Comment toggle" }, }, mappings = { [";"] = { "Alpha", "Dashboard" }, ["w"] = { "w!", "Save" }, ["q"] = { "lua require('lvim.utils.functions').smart_quit()", "Quit" }, - ["/"] = { "(comment_toggle_linewise_current)", "Comment toggle current line" }, + ["/"] = { "(comment_toggle_linewise_current)", "Comment toggle" }, ["c"] = { "BufferKill", "Close Buffer" }, ["f"] = { require("lvim.core.telescope.custom-finders").find_project_files, "Find File" }, ["h"] = { "nohlsearch", "No Highlight" }, -- cgit v1.2.3