docs: update Linux/vim

This commit is contained in:
Lukas Forsberg 2025-10-13 14:26:05 +02:00 committed by Lukas Forsberg
parent 74ba4ca4c9
commit 31794e5677

View File

@ -2,7 +2,7 @@
title: Vim title: Vim
description: description:
published: true published: true
date: 2025-10-13T09:20:48.665Z date: 2025-10-13T12:26:04.041Z
tags: tags:
editor: markdown editor: markdown
dateCreated: 2025-10-11T16:38:44.398Z dateCreated: 2025-10-11T16:38:44.398Z
@ -37,6 +37,7 @@ dateCreated: 2025-10-11T16:38:44.398Z
| Command | Description | | Command | Description |
| - | - | | - | - |
| `x` | Delete character | | `x` | Delete character |
| `r` | Replace character |
| `dd` | Delete (cut) line | | `dd` | Delete (cut) line |
| `dw` | Delete (cut) word | | `dw` | Delete (cut) word |
| `x` | Delete (cut) character under cursor | | `x` | Delete (cut) character under cursor |