feat: Add copy_del and copy_cut options to config

This commit is contained in:
Akianonymus
2021-08-23 01:10:31 +05:30
committed by siduck76
parent 49216a9c93
commit 1b2ec94b75
3 changed files with 14 additions and 6 deletions

View File

@@ -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,