🐸 Add substitute plugin
- Paste alternative
This commit is contained in:
@@ -218,6 +218,14 @@ wk.add({
|
||||
"<cmd>TransparentToggle<cr>",
|
||||
desc = "Toggle Transparency",
|
||||
},
|
||||
{
|
||||
mode = "x",
|
||||
lhs = "<leader>r",
|
||||
rhs = function()
|
||||
require("substitute").visual()
|
||||
end,
|
||||
desc = "Substitute",
|
||||
},
|
||||
})
|
||||
|
||||
-- ---------------------------- Spell Correction -------------------------------
|
||||
|
||||
Reference in New Issue
Block a user