Is there any way in vim that I can select the end of all these lines? (I\'m only showing the end of the lines in these screenshots).
In block mode I can get them all
If you're looking to select the very last character of every line, like if you want to add something after the quotes at the end of each line, you can do the following:
Hope this is helpful to others like me searching for an answer similar, but not exactly the same, as the above.