"kill_to_line_end" only bound in insert mode: is this by design? #11956
|
In the keymap, I see that the (to me very useful) command Is it intentional that this binding has no counterpart in normal mode? |
Answered by
the-mikedavis
Oct 30, 2024
Replies: 1 comment 2 replies
|
Normal mode encourages making selections and then acting on them, so you would use something like |
2 replies
Answer selected by
jeanas
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Normal mode encourages making selections and then acting on them, so you would use something like
t<ret>to select until the end of the line anddinstead of a single action likekill_to_line_end