Very easy, with a simple command we can do it:
:%s/\(\S\+\s\).*/\1
Source: https://vi.stackexchange.com/questions/7874/delete-entire-line-after-first-whitespace-on-every-line
a blog about computers and other funny things
Day: October 11, 2022
Very easy, with a simple command we can do it:
:%s/\(\S\+\s\).*/\1
Source: https://vi.stackexchange.com/questions/7874/delete-entire-line-after-first-whitespace-on-every-line