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.toggleterm.settings.winbar.enabled

Whether to enable winbar.

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by:

plugins.toggleterm.settings.winbar.name_formatter

func(term: Terminal):string

Example:

  function(term)
    return fmt("%d:%s", term.id, term:_display_name())
  end

Type: null or lua function string

Default: null

Plugin default:

''
  function(term)
    return term.name
  end
''

Declared by: