awesome-cheatsheets icon indicating copy to clipboard operation
awesome-cheatsheets copied to clipboard

👩‍💻👨‍💻 Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file.

Results 130 awesome-cheatsheets issues
Sort by recently updated
recently updated
newest added

Changed README to update link. Converted C# cheatsheet to Markdown, with basic formatting for tables and code blocks.

Missing backward-looking and forward-looking autocompletion (ctrl-p, ctrl-n).

I'd like to add new section in *tools* for text formatting languages which can include Markdown, reStructuredText(rst), Latex etc.

See [this](https://superuser.com/questions/467398/how-do-i-exit-an-ssh-connection#:~:text=in%20the%20case%20where%20you,you%20to%20your%20command%20prompt.) for more info

Hi, could someone change the _URL_ to the kubernetes cheatsheet from `.sh` to `.md` on the website? Thanks

Access to k8s link via webpage errors with http 404 error. Please fix link,

I believe it would be beneficial to add mongoose either as a subset to js or on the database directory, as well as mongodb.

```pointer = 20``` Should be ```*pointer = 20```

Markdown files with a .sh extension are not rendered by github (which makes them less useful for people browsing the information in them).

Selection to matching parenthesis `v%` if the cursor is on the starting/ending parenthesis Selection to matching curly brace `vi{` Select text between quotes: `vi"` for double quotes `vi'` for single...