|
This might be a bug: the following doesn't work: [keys.normal.tab.w]
W = [
":toggle indent-guides.render",
":toggle rulers [] [80,100]",
":toggle lsp.display-inlay-hints",
":toggle whitespace.render all none",
":toggle gutters.layout [\"spacer\"] [\"diagnostics\",\"spacer\",\"line-numbers\",\"spacer\",\"diff\"]"
]Expected behaviorRun the toggles one by one. Actual behaviorRuns only the last toggle command. |
Answered by
Rudxain
Jul 10, 2026
Replies: 1 comment 1 reply
1 reply
Answer selected by
andradei
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#13187