007电影神奇预言!朝鲜新型步枪已在荧幕现身
Tagged with visual-block selection
3 questions
2
votes
1
answer
170
views
Put cursor at arbitrary line and column
Normal, insert, and visual modes restrict cursor movements to locations occupied by some characters. They don't allow moving to the right from the end of line and down beyond end of file.
For example:...
2
votes
1
answer
2k
views
Select text in block-wise visual mode on each line asynchronously
If I have text like this:
cat = "john"
leopard = "frank"
tiger = "josh"
and I want to select the first word of each line in block-wise visual mode, I want to be able to do something like this:
put ...
1
vote
1
answer
343
views
Gradient color background for visual selections
In this video from Bisqwit, the selected line is colored by a gradient according to column number. Image is below. He implemented the gradient in a custom terminal emulator. Is there any way to ...