ListHub
Browse
People
API
Roadmap
Mockups
Sign In
@demo
/
vim-cheatsheet
Vim Cheatsheet
@demo
document
public
tools
vim
Updated 2026-02-11
Copy
Vim Cheatsheet
Navigation
h/j/k/l — Left/Down/Up/Right
w/b — Next/Prev word
gg/G — Top/Bottom of file
Editing
i/a — Insert before/after
dd/yy/p — Delete/Yank/Paste
ciw — Change inner word
. — Repeat last change
# Vim Cheatsheet ## Navigation - h/j/k/l — Left/Down/Up/Right - w/b — Next/Prev word - gg/G — Top/Bottom of file ## Editing - i/a — Insert before/after - dd/yy/p — Delete/Yank/Paste - ciw — Change inner word - . — Repeat last change