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.aerial.settings.float.override

Override the config for a specific window.

Type: null or raw lua code

Default: null

Plugin default:

lib.nixvim.mkRaw ''
  function(conf, source_winid)
    -- This is the config that will be passed to nvim_open_win.
    -- Change values here to customize the layout
    return conf
  end
''

Declared by: