diff --git a/nvim/lua/settings/lazy/plugins/which-key.lua b/nvim/lua/settings/lazy/plugins/which-key.lua index 71b2c74..54e6381 100644 --- a/nvim/lua/settings/lazy/plugins/which-key.lua +++ b/nvim/lua/settings/lazy/plugins/which-key.lua @@ -8,11 +8,11 @@ return { config = function() require("which-key").register({ [""] = { - ":write", + ":write", "Persist the content of the current buffer to the file system" }, [""] = { - ":quitall", + ":quitall", "Quit the editor with confirmation" }, [""] = {