docs: update Linux/vim
This commit is contained in:
parent
a4adf32857
commit
4e5e05716a
17
Linux/vim.md
17
Linux/vim.md
@ -2,7 +2,7 @@
|
||||
title: Vim
|
||||
description:
|
||||
published: true
|
||||
date: 2025-10-11T16:47:26.917Z
|
||||
date: 2025-10-11T16:47:39.727Z
|
||||
tags:
|
||||
editor: markdown
|
||||
dateCreated: 2025-10-11T16:38:44.398Z
|
||||
@ -13,14 +13,13 @@ dateCreated: 2025-10-11T16:38:44.398Z
|
||||
## Insert
|
||||
| Command | Description |
|
||||
| - | - |
|
||||
| i | Insert before cursor |
|
||||
| I | Insert at start of line |
|
||||
| a | Insert after cursor |
|
||||
| A | Insert at end of line |
|
||||
| o | New line below |
|
||||
| O | New line above |
|
||||
| Esc | Back to Normal mode |
|
||||
|
||||
| `i` | Insert before cursor |
|
||||
| `I` | Insert at start of line |
|
||||
| `a` | Insert after cursor |
|
||||
| `A` | Insert at end of line |
|
||||
| `o` | New line below |
|
||||
| `O` | New line above |
|
||||
| `<Esc>` | Back to Normal mode |
|
||||
## Navigation
|
||||
| Command | Description |
|
||||
| - | - |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user