Skip to content

dennyzhang/cheatsheet-vim-A4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

1 Vim CheatSheet

linkedin
github
slack


PRs Welcome

File me Issues or star this repo.

1.1 Basic Usage

NameSummary
Show help:help
Enter to paste mode:set paste
Put vim to background/foregroundC-z; fg
Password protecting filevim +X filename
Install enhanced vimyum install vim-enhance

1.2 Movement

NameSummary
Page down/upC-d / C-b; C-u / C-f
Forward/backward characterl, h
Prevous/next linek, Ctrl-p; j, Ctrl-n
Move to next wordw/W
Go to the topgg
Go to the bottomG
Go to beginning of the lineB
Go to end of the line0

1.3 Deletion

NameSummary
Delete current wordd-w
Delete current lined-d
Delete to the bottomd-G

1.4 Changes

NameSummary
Undo the previous changesIn view mode, u
Reload file from disk:e

1.5 Panel

NameSummary
Next panelC-h
Split panel:split
Vertical split panel:vsplit
Change panel sizeC-w >, C-w <

1.6 Blocks

NameSummary
Copy blockshift+v, y
Paste blockshift+v, p
Cut blockshift+v, x
comment/uncomment blockshift+v, gc

1.7 Files

NameSummary
Show current filename:echo @%
Open a new file:edit <filename>
Image credit to http://michael.peopleofhonoronly.com/vim/

1.8 More Resources

License: Code is licensed under MIT License.

linkedin github slack

Releases

No releases published

Packages

No packages published