diff options
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" }, }, |
