Add Keymap for Transparency
- Adds '<leader>wt' to toggle Transparancy
This commit is contained in:
@@ -213,6 +213,11 @@ wk.add({
|
|||||||
)
|
)
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"<leader>wt",
|
||||||
|
"<cmd>TransparentToggle<cr>",
|
||||||
|
desc = "Toggle Transparency",
|
||||||
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
-- ---------------------------- Spell Correction -------------------------------
|
-- ---------------------------- Spell Correction -------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user