import recipes: todo add to site
This commit is contained in:
parent
3e4932f921
commit
33de49464e
10 changed files with 160 additions and 0 deletions
7
todo-recipes/vim.md
Normal file
7
todo-recipes/vim.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# Vim incantations
|
||||
|
||||
## Delete lines matching
|
||||
|
||||
`:g/<pattern>/<cmd>` executes an ex command `<cmd>` on lines matching
|
||||
`<pattern>`. Use the command `d` to delete the lines.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue