我正在寻找一种快速方式来选择可视块模式下的文本块.我处理这种性质的文件:
aaaa bbbb cccc
aaaa bbbb cccc
aaaa bbbb cccc
dddd Xeee ffff
dddd eeee ffff
dddd eeee ffff
gggg hhhh iiii
gggg hhhh iiii
gggg hhhh iiii
Run Code Online (Sandbox Code Playgroud)
我的目标是在可视块模式下选择中间块.我会做:
I'm looking for an alternative to (4) that, similar to 'e', would move to the last row of the block. In this simple example 'jj' is not too inconvenient, but sometimes these are large …
vim ×1