Skip to content
Discussion options

You must be logged in to vote

This will be possible with macro keybinding #1383:

[keys.normal]
K = "@5k"
J = "@5j"

Until then it is also possible to accomplish this by repeating the commands in config:

[keys.normal]
K = ["move_line_up", "move_line_up", "move_line_up", "move_line_up", "move_line_up"]
J = ["move_line_down", "move_line_down", "move_line_down", "move_line_down", "move_line_down"]

Replies: 1 comment

Comment options

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