summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ar/.config/TheSiahxyz/lua/TheSiahxyz/core/autocmds.lua2
1 files changed, 1 insertions, 1 deletions
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