Skip to content
Discussion options

You must be logged in to vote
[keys.normal.";"]
";" = { d = ["extend_line_below", "yank", "paste_after"], D = ["extend_line_below", "yank", "paste_after"] }

uses an inline table and it would be equivalent to:

[keys.normal.";"]
d = ["extend_line_below", "yank", "paste_after"]
D = ["extend_line_below", "yank", "paste_after"]

which is a regular table and supports multiple lines

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by vincevargadev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants