From 4d5fe798d20d04ac5d833bbe8168d4a58e0e4bad Mon Sep 17 00:00:00 2001 From: Administrator Date: Mon, 13 Oct 2025 10:09:15 +0200 Subject: [PATCH] docs: update Linux/vim --- Linux/vim.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Linux/vim.md b/Linux/vim.md index a680054..046f8d8 100644 --- a/Linux/vim.md +++ b/Linux/vim.md @@ -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 |