diff options
Diffstat (limited to 'ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/wiki.lua')
| -rw-r--r-- | ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/wiki.lua | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/wiki.lua b/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/wiki.lua index 1048a1e..a48bb74 100644 --- a/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/wiki.lua +++ b/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/wiki.lua @@ -46,7 +46,15 @@ return { event = "VeryLazy", dependencies = { "vimwiki/vimwiki", - "powerman/vim-plugin-AnsiEsc", + { + "powerman/vim-plugin-AnsiEsc", + keys = { + { "<leader>swp", false }, + { "<leader>rwp", false }, + { "<leader>wp", "<Plug>SaveWinPosn", noremap = false, desc = "Save window position" }, + { "<leader>rp", "<Plug>RestoreWinPosn", noremap = false, desc = "Restore window position" }, + }, + }, "majutsushi/tagbar", "farseer90718/vim-taskwarrior", }, |
