Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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: