feat: Add copy_del and copy_cut options to config
This commit is contained in:
@@ -41,6 +41,8 @@ M.ui.plugin = {
|
||||
M.options = {
|
||||
clipboard = "unnamedplus",
|
||||
cmdheight = 1,
|
||||
copy_cut = true, -- copy cut text ( x key ), visual and normal mode
|
||||
copy_del = true, -- copy deleted text ( dd key ), visual and normal mode
|
||||
expandtab = true,
|
||||
hidden = true,
|
||||
ignorecase = true,
|
||||
|
||||
Reference in New Issue
Block a user