summaryrefslogtreecommitdiff
path: root/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/sessions.lua
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-06-06 08:17:31 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-06-06 08:17:31 +0900
commit1432d08d7107abe873c733c64493d69d90364a1d (patch)
tree8fbe52c93ecfdf9c35e5296a7316f170e73f29bb /ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/sessions.lua
parent545bd2d72f1e76d8b86611e16b8d2608d0e30f26 (diff)
modified core/autocmds.lua, modified plugins/markdown.lua, modified plugins/sessions.lua, modified plugins/wiki.lua
Diffstat (limited to 'ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/sessions.lua')
-rw-r--r--ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/sessions.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/sessions.lua b/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/sessions.lua
index ab55441..2126196 100644
--- a/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/sessions.lua
+++ b/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/sessions.lua
@@ -53,7 +53,7 @@ return {
keys = {
{ "<leader>fs", "<cmd>SessionSearch<CR>", desc = "Session search" },
{ "<leader>ws", "<cmd>SessionSave<CR>", desc = "Save session" },
- { "<leader>wd", "<cmd>SessionDisableAutoSave<CR>", desc = "Disable autosave" },
+ { "<leader>wx", "<cmd>SessionDisableAutoSave<CR>", desc = "Disable autosave" },
{ "<leader>wp", "<cmd>SessionPurgeOrphaned<CR>", desc = "Purge autosave" },
{ "<leader>wa", "<cmd>SessionToggleAutoSave<CR>", desc = "Toggle autosave" },
},