diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-06 08:17:31 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-06 08:17:31 +0900 |
| commit | 1432d08d7107abe873c733c64493d69d90364a1d (patch) | |
| tree | 8fbe52c93ecfdf9c35e5296a7316f170e73f29bb /ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/sessions.lua | |
| parent | 545bd2d72f1e76d8b86611e16b8d2608d0e30f26 (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.lua | 2 |
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" }, }, |
