10 lines
174 B
Markdown
10 lines
174 B
Markdown
---
|
|
date: 2021-03-29T21:21
|
|
tags:
|
|
- vim
|
|
---
|
|
|
|
# search is a motion
|
|
|
|
Don't forget, search is a motion, and can be combined with other actions,
|
|
like `d` (delete): `d/foo<CR>`.
|