Skip to main content

LSP-based

These are selection modes powered by LSP, so it's not always available.

Diagnostics

KeybindingMeaning
aAny kind of diagnostic
eDiagnostic Error only
hDiagnostic Hint only
iDiagnostic Info only
wDiagnostic Warning only

Goto

KeybindingMeaning
dDefinitions
DDeclarations
iImplementations
rReferences
RReferences (include declaration)
tType definitions

In most cases, the Goto selection modes do not make sense in the Local ( current file) context, however r and R are exceptional, because finding local references are very useful, especially when used in conjunction with Multi-cursor.