From 6fc015565fa9b50a9e05f2048ee789cd595eb6ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Rodr=C3=ADguez=20Rivero?= Date: Thu, 1 Dec 2022 11:39:53 +0100 Subject: feat(wich-key): binding to save without formatting (#3165) use `bW` to save without triggering the autocmd for formatting --- lua/lvim/core/which-key.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'lua/lvim/core/which-key.lua') diff --git a/lua/lvim/core/which-key.lua b/lua/lvim/core/which-key.lua index 875edbf5..d0ad77a1 100644 --- a/lua/lvim/core/which-key.lua +++ b/lua/lvim/core/which-key.lua @@ -93,6 +93,7 @@ M.config = function() f = { "Telescope buffers", "Find" }, b = { "BufferLineCyclePrev", "Previous" }, n = { "BufferLineCycleNext", "Next" }, + W = { "noautocmd w", "Save without formatting (noautocmd)" }, -- w = { "BufferWipeout", "Wipeout" }, -- TODO: implement this for bufferline e = { "BufferLinePickClose", -- cgit v1.2.3