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.yanky.settings.picker.select.action

This define the action that should be done when selecting an item in the vim.ui.select prompt. If you let this option to null, this will use the default action: put selected item after cursor.

Type: null or lua function string

Default: null

Plugin default: null

Example: "require('yanky.picker').actions.put('gp')"

Declared by: