docs: update Linux/vim

This commit is contained in:
Lukas Forsberg 2025-10-13 10:09:15 +02:00 committed by Lukas Forsberg
parent b800da1cd5
commit 4d5fe798d2

View File

@ -2,7 +2,7 @@
title: Vim
description:
published: true
date: 2025-10-13T08:08:35.675Z
date: 2025-10-13T08:09:13.991Z
tags:
editor: markdown
dateCreated: 2025-10-11T16:38:44.398Z
@ -26,7 +26,7 @@ dateCreated: 2025-10-11T16:38:44.398Z
| - | - |
| `h` / `l` | Move left / right |
| `j` / `k` | Move down / up |
| `w` / `b` | Next / previous word |
| `e` / `b` | Next / previous word |
| `0` / `$` | Start / end of line |
| `gg` / `G` | Start / end of file |
| `Ctrl+d` / `Ctrl+u` | Half-page down / up |