nvim: Move Molten info toggle to vim-meta key group

Moved mapping from `<localleader>cI` to `<leader>vn` (for molteN).
This commit is contained in:
Marty Oehme 2023-12-10 09:04:49 +01:00
parent ea224ebbc1
commit c550a9d514
Signed by: Marty
GPG Key ID: EDBF2ED917B2EF6A
2 changed files with 3 additions and 1 deletions

View File

@ -64,7 +64,6 @@ local function molten_mappings_set()
map("n", "<localleader>cU", ":noautocmd :MoltenEnterOutput<cr>", { silent = true, desc = "Molten enter output" })
map("n", "<localleader>cd", ":MoltenDelete<cr>", { silent = true })
map("n", "<localleader>ci", ":MoltenInterrupt<cr>")
map("n", "<localleader>cI", ":MoltenInfo<cr>")
map("n", "<localleader>cN", ":MoltenInit ")
map("n", "<localleader>cD", ":MoltenDeinit<cr>")
map("n", "<localleader>cR", ":MoltenRestart<cr>")

View File

@ -78,6 +78,9 @@ return {
},
ft = { "quarto", "python" },
lazy = false,
keys = {
{ "<leader>vn", ":MoltenInfo<cr>" },
},
},
-- MARKDOWN ONLY