Compare commits

...

3 Commits

Author SHA1 Message Date
2e7ee4d103 docs: update Linux/vim 2025-10-13 10:10:04 +02:00
4d5fe798d2 docs: update Linux/vim 2025-10-13 10:09:15 +02:00
b800da1cd5 docs: update Linux/vim 2025-10-13 10:08:37 +02:00

View File

@ -2,7 +2,7 @@
title: Vim
description:
published: true
date: 2025-10-13T07:31:11.658Z
date: 2025-10-13T08:10:03.230Z
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 |