kunfoo
Ich bin's, Kai die Katze!
View My GitHub Profile
vim
delete all lines matching pattern
:g/pattern/d
delete all lines NOT matching pattern
:g!/pattern/d
copy to clipboard (the * buffer)
"*y