From f244882866a14c1f02f62a633c67e2dcdf27d3f2 Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Sat, 23 Dec 2023 22:04:34 +0100 Subject: [PATCH] added more vim-like keybinds for which key --- nvim/lua/settings/lazy/plugins/which-key.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" }, [""] = {