From 22a4762024369dc1148e13db2f643a1fa9a8b8bb Mon Sep 17 00:00:00 2001 From: Administrator Date: Sat, 11 Oct 2025 19:11:49 +0200 Subject: [PATCH] docs: update Linux/vim --- Linux/vim.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Linux/vim.md b/Linux/vim.md index 0228bae..beb45e0 100644 --- a/Linux/vim.md +++ b/Linux/vim.md @@ -2,7 +2,7 @@ title: Vim description: published: true -date: 2025-10-11T17:04:22.883Z +date: 2025-10-11T17:11:48.579Z tags: editor: markdown dateCreated: 2025-10-11T16:38:44.398Z @@ -77,6 +77,15 @@ dateCreated: 2025-10-11T16:38:44.398Z | `d` | Delete | | `p` | Paste over selection | +## File Navigation +| Command | Description | +|----------|--------------| +| Next editor | `:bn` | +| Previous editor | `:bp` | +| Close current | `:bd` | +| List buffers | `:ls` | +| Jump to buffer N | `:bN` | + ## VS Code Integrations | Action | Shortcut | |--------|-----------|