-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds VIM cheatsheet for developers #335
base: master
Are you sure you want to change the base?
Conversation
@onecompiler-ops Please merge the PR. I have added cheatsheet for VIM tool for developers. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CheatSheet metadata is missing/invalid format, please refer to other cheat sheets to see how to add that. Also please use all lowercase letters for file name
@onecompiler-ops I have fixed all the changes and changed the file format also please merge the PR soon! Thanks ! |
@onecompiler-ops please merge the PR its pending from yesterday. |
### Exiting | ||
|
||
```sh | ||
:qa # Close all files |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use Markdown table
``` | ||
### Exiting insert mode | ||
|
||
```sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use Markdown table
|
||
### Navigating | ||
|
||
```sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use Markdown table
No description provided.