home
latest
tags
login
🔖
vi - Efficient way to delete line containing certain pattern in vim with prompt - Stack Overflow
%s/.*pattern.*\n//gc
Delete all lines matching a pattern using - Vi and Vim Stack Exchange
:g/pattern/d
Showing
2
results for tag:vim.