plugins.trouble.settings.action_keys.cancel

Cancel the preview and get back to your last window / buffer / cursor

Type: null or string or list of string

Default: null

Plugin default: "<esc>"

Declared by:

plugins.trouble.settings.action_keys.close

Close the list

Type: null or string or list of string

Default: null

Plugin default: "q"

Declared by:

plugins.trouble.settings.action_keys.close_folds

Close all folds

Type: null or string or list of string

Default: null

Plugin default:

[
  "zM"
  "zm"
]

Declared by:

plugins.trouble.settings.action_keys.hover

Opens a small popup with the full multiline message

Type: null or string or list of string

Default: null

Plugin default: "K"

Declared by:

plugins.trouble.settings.action_keys.jump

Jump to the diagnostic or open / close folds

Type: null or string or list of string

Default: null

Plugin default:

[
  "<cr>"
  "<tab>"
]

Declared by:

plugins.trouble.settings.action_keys.jump_close

Jump to the diagnostic and close the list

Type: null or string or list of string

Default: null

Plugin default:

[
  "o"
]

Declared by:

plugins.trouble.settings.action_keys.next

Next item

Type: null or string or list of string

Default: null

Plugin default: "j"

Declared by:

plugins.trouble.settings.action_keys.open_folds

Open all folds

Type: null or string or list of string

Default: null

Plugin default:

[
  "zR"
  "zr"
]

Declared by:

plugins.trouble.settings.action_keys.open_split

Open buffer in new split

Type: null or string or list of string

Default: null

Plugin default:

[
  "<c-x>"
]

Declared by:

plugins.trouble.settings.action_keys.open_tab

Open buffer in new tab

Type: null or string or list of string

Default: null

Plugin default:

[
  "<c-t>"
]

Declared by:

plugins.trouble.settings.action_keys.open_vsplit

Open buffer in new vsplit

Type: null or string or list of string

Default: null

Plugin default:

[
  "<c-v>"
]

Declared by:

plugins.trouble.settings.action_keys.preview

Preview the diagnostic location

Type: null or string or list of string

Default: null

Plugin default: "p"

Declared by:

plugins.trouble.settings.action_keys.previous

Previous item

Type: null or string or list of string

Default: null

Plugin default: "k"

Declared by:

plugins.trouble.settings.action_keys.refresh

Manually refresh

Type: null or string or list of string

Default: null

Plugin default: "r"

Declared by:

plugins.trouble.settings.action_keys.toggle_fold

Toggle fold of current file

Type: null or string or list of string

Default: null

Plugin default:

[
  "zA"
  "za"
]

Declared by:

plugins.trouble.settings.action_keys.toggle_mode

toggle between ‘workspace’ and ‘document’ diagnostics mode

Type: null or string or list of string

Default: null

Plugin default: "m"

Declared by:

plugins.trouble.settings.action_keys.toggle_preview

Toggle auto_preview

Type: null or string or list of string

Default: null

Plugin default: "P"

Declared by: