Compare commits
No commits in common. "a4adf3285746a59caa5e077f545ae35e3be62234" and "d1e7c270474ca0c290f781e6b6a4f29c52ec1009" have entirely different histories.
a4adf32857
...
d1e7c27047
28
Linux/vim.md
28
Linux/vim.md
@ -2,7 +2,7 @@
|
||||
title: Vim
|
||||
description:
|
||||
published: true
|
||||
date: 2025-10-11T16:47:26.917Z
|
||||
date: 2025-10-11T16:41:33.978Z
|
||||
tags:
|
||||
editor: markdown
|
||||
dateCreated: 2025-10-11T16:38:44.398Z
|
||||
@ -20,29 +20,3 @@ dateCreated: 2025-10-11T16:38:44.398Z
|
||||
| o | New line below |
|
||||
| O | New line above |
|
||||
| Esc | Back to Normal mode |
|
||||
|
||||
## Navigation
|
||||
| Command | Description |
|
||||
| - | - |
|
||||
| `h` / `l` | Move left / right |
|
||||
| `j` / `k` | Move down / up |
|
||||
| `w` / `b` | Next / previous word |
|
||||
| `0` / `$` | Start / end of line |
|
||||
| `gg` / `G` | Start / end of file |
|
||||
| `Ctrl+d` / `Ctrl+u` | Half-page down / up |
|
||||
| `Ctrl+f` / `Ctrl+b` | Full-page down / up |
|
||||
| `:n` | Go to line `n` |
|
||||
|
||||
## Edit
|
||||
| Command | Description |
|
||||
| - | - |
|
||||
| `x` | Delete character |
|
||||
| `dd` | Delete (cut) line |
|
||||
| `yy` | Yank (copy) line |
|
||||
| `p` | Paste below |
|
||||
| `P` | Paste above |
|
||||
| `u` | Undo |
|
||||
| `Ctrl+r` | Redo |
|
||||
| `.` | Repeat last change |
|
||||
| `"+y` | Copy to system clipboard |
|
||||
| `"+p` | Paste from system clipboard |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user