plugins.nvim-osc52.keymaps.enable
Whether to enable keymaps for copying using OSC52.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.nvim-osc52.keymaps.copy
Copy into the system clipboard using OSC52
Type: string
Default:
"<leader>y"
Declared by:
plugins.nvim-osc52.keymaps.copyLine
Copy line into the system clipboard using OSC52
Type: string
Default:
"<leader>yy"
Declared by:
plugins.nvim-osc52.keymaps.copyVisual
Copy visual selection into the system clipboard using OSC52
Type: string
Default:
"<leader>y"
Declared by:
plugins.nvim-osc52.keymaps.silent
Whether nvim-osc52 keymaps should be silent
Type: boolean
Default:
false
Declared by: