军犬强装镇定帮自己的退伍主人拿行李,最后还是忍
百度 2月22日的7日平均借款人数不足千人,相比1月单日数值下降了约70%。
Visual block mode enables users to copy and paste rectangular text. This mode is useful whenever a particular text is pasted to be pasted in every part of a rectangular text.
10 questions with no upvoted or accepted answers
1
vote
0
answers
43
views
Searching for a visual block
Let say I have the following :
....................
.###....#...........
.###....#...........
.###....#...........
............###.....
..........###.......
........###.#.......
..###.....#.....###.
.....
1
vote
0
answers
308
views
Bulk file rename in Vim Visual Block Mode
I am using VIM Renamer plugin to bulk rename files,
I want to replace
E008_r5_Haz_Area_Class NAT GAS.pdf
E009_r4_Haz_Area_Class.pdf
E010_r4_Haz_Area_Class MP STEAM.pdf
E011_r3_Haz_Area_Class.pdf
...
1
vote
0
answers
52
views
Swap characters, vertically
Is there a handy way to do this?
My input:
# A
# - B
Desired output:
# - A
# B
My current solution is xjphxkP, which seems like a lot of keystrokes.
I realize I could record a macro, but it ...
1
vote
0
answers
42
views
Yanking a visual block with word wrap enabled is shifted
Say I have a file with the following contents (on a single line):
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed augue ligula, venenatis et orci non, convallis congue nunc. Nam eleifend ...
0
votes
0
answers
53
views
Regression bug when putting a blockwise-register with Unicode characters?
I may have found a bug, but I am shy about posting it on github
Consider the following:
Open a new file and add some text with Unicode characters, e.g. i<C-k>a:<C-k>o:<C-k>u:<ESC&...
0
votes
0
answers
24
views
Multiline graphical table to seperate lines
I have a (very large) variable width table, something like this:
1
-----------------
2 | 3 | 4 |
| | ---- | ...
0
votes
1
answer
89
views
Yank across multiple lines with single line breaks
I can use the following to yank text inside of quotes across multiple lines, separate that text by a single new line, and be able to paste it characterwise.
let @q = '' | *g/^/exe 'norm! "Qyi&...
0
votes
0
answers
103
views
How can I highlight in visual block mode all text between two delimiters over multiple lines?
I have a tab-separated spreadsheet and I'd like to highlight in visual block mode by selecting a character, expanding the visual highlight region to the whole entry between the two tab characters, ...
0
votes
0
answers
41
views
How to selectively append to end of line using visual block mode?
I am trying to use visual block mode to append a , to the end of root_dir, where [] is the cursor.
lspconfig.html.setup{
root_dir = root_di[r]
}
lspconfig.cssls.setup{
root_dir = root_dir
}
I ...
0
votes
0
answers
228
views
Blockwise pasting from "+ register not working
UPDATE: I run an X server (XQuartz 2.7.11) on MacOS, which I forward via ssh to any Linux machine I use. The problem seems to be that under XQuartz, the "+ register does not support blockwise yanking/...