Join Nostr
2025-11-03 23:31:15 UTC
in reply to

Hyde šŸ“· šŸ–‹ :debian: on Nostr: :1,.d " delete from top to current line :%d " delete the entire file :/foo/,/bar/d " ...

:1,.d " delete from top to current line
:%d " delete the entire file
:/foo/,/bar/d " delete from the first match of foo to first match of bar

d3w " delete three words
dG " delete to end of file
dgg " delete to beginning of file

There are so many great ways to edit your files with #Vim

3/3

#Vimovember #neovim #editors #terminals #opensource