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
Post a Comment