✨ Yank Line-text
- Add a user command: ':YankLine' - Add a keymap: 'yo' - Yanks the line excluding any leading whitespace
This commit is contained in:
@@ -206,6 +206,11 @@ wk.add({
|
||||
end,
|
||||
desc = "Substitute",
|
||||
},
|
||||
{
|
||||
"yo",
|
||||
"<cmd>YankLine<cr>",
|
||||
desc = "Yank Line-text",
|
||||
},
|
||||
})
|
||||
|
||||
-- ---------------------------- Spell Correction -------------------------------
|
||||
|
||||
Reference in New Issue
Block a user