Tianhe Gao

Vim 常用快捷键总结

Keyboard shortcutsEffects
hmoves the cursor one character to the left
jmoves the cursor down one line
kmoves the cursor up one line
lmoves the cursor one character to the right
0moves the cursor to the beginning of the line
$moves the cursor to the end of the line
wmove forward one word
bmove backward one word
Gmove to the end of the file
ggmove to the beginning of the file
`.move to the last edit
v/V->Ctrl-q->d->p/PCut and paste
v/V->Ctrl-q->y->p/PCopy(yank) and paste

No notes link to this note

Welcome to tell me your thoughts via "email"
UP