Vim - Add in visual block selection -


there try in vim , either i'm not using right method or not possible without plugin:

appending text several lines @ same time in visual block selection.

for exemple:

[1]  [2] [3] [4] [5] [6]  // want select numbers in visual block, press 'a' append 0 // , ->  [10] [20] [30] [40] [50] [60] 

to around issue right go closest identical char can find, press 's' , append deleted char + char want add. or use macro.

if know how or if can link me plugin allows
[ visual block -> 'a' ] let me know!

you there, it's a, not a.

you can use i prepend, see :help blockwise-operators.


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -