-
Let's say I want to insert a semicolon at the end of the line when I press Enter (in normal mode). I could not find in the documentation how to insert any character.
|
Beta Was this translation helpful? Give feedback.
Answered by
qingshan
Oct 6, 2023
Replies: 2 comments 4 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
-
you could use ret = ["insert_at_line_end", ":insert-output printf ';'", "normal_mode"] |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
satorkain
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you could use
:pipe
/:insert-output
/:append-output
commands to change / insert / append text: