summaryrefslogtreecommitdiff
path: root/ar/.config/TheSiahxyz
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-02-21 03:06:28 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-02-21 03:06:28 +0900
commit675c57a730e0f59b31ea6355eaeb81963595616d (patch)
tree5308141eb5292e53f308d3ecf7374dc7d6d2d8c9 /ar/.config/TheSiahxyz
parent2469f808c10361f61a9719fda4e559c91be25f6b (diff)
modified core/autocmds.lua
Diffstat (limited to 'ar/.config/TheSiahxyz')
-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