Skip to content

liu-xingyu/task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Vim Shortcuts

Open the list of keyboard shortcuts

space + 0

Cursor mouvement (Normal mode)

h - move cursor left

j - move cursor down

k - move cursor up

l - move cursor right

w - jump forwards to the start of a word

e - jump forwards to the end of a word

b - jump backwards to the start of a word

gg - go to the first line of the document

G - go to the last line of the document

25G - go to line 25

{ - jump to previous paragraph

} - jump to next paragraph

zz - center cursor on screen

Select all occurrences of find match

command + shift + l

Inserting text & Editing

i - insert before the cursor

I - insert at the beginning of the line

ea - insert at the end of the word

a - append after the cursor

A append at the end of the line

cc - delete the line and get into insert mode

dd - delete the line

cw - change to the end of the word

ciw - change entire word

ci" - change word inside quotation marks

Marks

mm - go to mark

M - add mark

Copy and paste

yy - yank the line

p - paste

shift + alt + 🔼 - copy line up

control + q - copy line down

View

vi" - view the content inside "

Search

/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors