summaryrefslogtreecommitdiff
path: root/ar/.config
diff options
context:
space:
mode:
Diffstat (limited to 'ar/.config')
-rw-r--r--ar/.config/TheSiahxyz/lua/TheSiahxyz/core/autocmds.lua2
-rw-r--r--ar/.config/zsh/keymaps.zsh2
2 files changed, 3 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
diff --git a/ar/.config/zsh/keymaps.zsh b/ar/.config/zsh/keymaps.zsh
index 560509c..b9f20ef 100644
--- a/ar/.config/zsh/keymaps.zsh
+++ b/ar/.config/zsh/keymaps.zsh
@@ -335,8 +335,10 @@ else
bindkey -s '^X^]' '^uylogd\n'
bindkey -s '^X^_' '^ufzffns\n'
bindkey -s '^X^X^B' '^urbackup\n'
+ bindkey -s '^X^X^O' '^uylogR\n'
bindkey -s '^X^X^P' '^upcyr\n'
bindkey -s '^X^X^R' '^urbackup -r\n'
bindkey -s '^X^X^S' '^usshadd\n'
bindkey -s '^X^X^Y' '^uyay -Syu && remaps\n'
+ bindkey -s '^X^X^]' '^uylogr\n'
fi