docs: update Linux/vim

This commit is contained in:
Lukas Forsberg 2025-10-13 09:31:13 +02:00 committed by Lukas Forsberg
parent e45b31dbbe
commit f599b0d6ed

View File

@ -2,7 +2,7 @@
title: Vim title: Vim
description: description:
published: true published: true
date: 2025-10-11T17:22:38.476Z date: 2025-10-13T07:31:11.658Z
tags: tags:
editor: markdown editor: markdown
dateCreated: 2025-10-11T16:38:44.398Z dateCreated: 2025-10-11T16:38:44.398Z
@ -54,6 +54,7 @@ dateCreated: 2025-10-11T16:38:44.398Z
| `?pattern` | Search backward | | `?pattern` | Search backward |
| `n` / `N` | Next / previous result | | `n` / `N` | Next / previous result |
| `:%s/old/new/g` | Replace all in file | | `:%s/old/new/g` | Replace all in file |
| `*` | Seach for current word |
## Indent, Format, Repeat ## Indent, Format, Repeat
| Command | Description | | Command | Description |