From 675c57a730e0f59b31ea6355eaeb81963595616d Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Sat, 21 Feb 2026 03:06:28 +0900 Subject: modified core/autocmds.lua --- ar/.config/TheSiahxyz/lua/TheSiahxyz/core/autocmds.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ar/.config/TheSiahxyz/lua') diff --git a/ar/.config/TheSiahxyz/lua/TheSiahxyz/core/autocmds.lua b/ar/.config/TheSiahxyz/lua/TheSiahxyz/core/autocmds.lua index 3bd702a..d95df26 100644 --- a/ar/.config/TheSiahxyz/lua/TheSiahxyz/core/autocmds.lua +++ b/ar/.config/TheSiahxyz/lua/TheSiahxyz/core/autocmds.lua @@ -361,7 +361,7 @@ autocmd("BufWritePost", { group = suckless_keys, pattern = { home .. "/.local/src/suckless/dwm/config.def.h", home .. "/.local/src/suckless/st/config.def.h" }, callback = function() - local choice = vim.fn.confirm("Extract key bindings?", "&Yes\n&No", 2) + local choice = vim.fn.confirm("Extract key bindings?", "&y\n&N", 2) if choice == 1 then vim.cmd("silent !" .. home .. "/.local/bin/extractkeys") end -- cgit v1.2.3