How to select lines from the current point to a few lines before the end of the file? #572
-
I just had a selection puzzle that I could not solve, so I guess I’m missing some tricks… I’m in the middle of a huge file, and I need to select all the lines between the current one till a few lines before the end. Using vi, I would switch on visual line, go to the end of the file, and go up a few lines. How can I do this with meow? |
Beta Was this translation helpful? Give feedback.
Answered by
DogLooksGood
Mar 5, 2024
Replies: 1 comment 1 reply
-
I think you want to start the selection with |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
brabalan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think you want to start the selection with
meow-right-expand
, then go to the end of buffer withM->
, then move cursor up a few lines.