Giter Site home page Giter Site logo

cheatsheet-vim-a4's Introduction

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

cheatsheet-vim-a4's People

Contributors

dennyzhang avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.