From f599b0d6edee93c6b5ed24798d6d1f3b0810d94c Mon Sep 17 00:00:00 2001 From: Administrator Date: Mon, 13 Oct 2025 09:31:13 +0200 Subject: [PATCH] docs: update Linux/vim --- Linux/vim.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Linux/vim.md b/Linux/vim.md index c2810ae..590e56c 100644 --- a/Linux/vim.md +++ b/Linux/vim.md @@ -2,7 +2,7 @@ title: Vim description: published: true -date: 2025-10-11T17:22:38.476Z +date: 2025-10-13T07:31:11.658Z tags: editor: markdown dateCreated: 2025-10-11T16:38:44.398Z @@ -54,6 +54,7 @@ dateCreated: 2025-10-11T16:38:44.398Z | `?pattern` | Search backward | | `n` / `N` | Next / previous result | | `:%s/old/new/g` | Replace all in file | +| `*` | Seach for current word | ## Indent, Format, Repeat | Command | Description |