In Vim’s incremental search, you can navigate through matches without committing the search or leaving search mode.
- Press
<C-g>
(Ctrl+G) to move to the next match. - Press
<C-t>
(Ctrl+T) to move to the previous match.
Zettel#151
2024-04-24
In Vim’s incremental search, you can navigate through matches without committing the search or leaving search mode.
<C-g>
(Ctrl+G) to move to the next match.<C-t>
(Ctrl+T) to move to the previous match.