docs: update Linux/vim

This commit is contained in:
Lukas Forsberg 2025-10-11 19:11:49 +02:00 committed by Lukas Forsberg
parent ebd92e5d1f
commit 22a4762024

View File

@ -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 |
|--------|-----------|