docs: update Linux/vim
This commit is contained in:
parent
ebd92e5d1f
commit
22a4762024
11
Linux/vim.md
11
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 |
|
||||
|--------|-----------|
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user