tag vim pages as TUI

This commit is contained in:
2026-04-16 15:04:58 +02:00
parent 5b13b2259c
commit 91bd01472b
10 changed files with 10 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
---
title: "find and replace"
tags: [ "vim", "search", "replace", "find" ]
tags: [ "vim", "search", "replace", "find", "TUI" ]
requires: [ "vim basics" ]
---
Search for the next and or previous occurrence of the word under your cursor with `*` and `#`.