mirror of
https://github.com/LeCoupa/awesome-cheatsheets.git
synced 2025-11-08 14:01:35 +00:00
Merge branch 'master' into patch-1
This commit is contained in:
20
README.md
20
README.md
@@ -1,8 +1,8 @@
|
||||

|
||||

|
||||
|
||||
> 📚 Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file.
|
||||
|
||||
> ❤️ **If you love this repository, [you can click here to make it spread](https://ctt.ec/PHba4).**
|
||||
> ❤️ **If you like this repository, [you can click here to make it spread](https://ctt.ec/PHba4).**
|
||||
|
||||
|
||||
## Why Awesome Cheatsheets?
|
||||
@@ -71,3 +71,19 @@ Feel free to browse each file to learn new things and to keep them at hand when
|
||||
* [VIM](tools/vim.txt)
|
||||
</details>
|
||||
|
||||
|
||||
|
||||
## Contribution
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td align="center"><a href="https://anyleads.com/">
|
||||
<img src="https://pbs.twimg.com/profile_images/838140522476761094/A4WpBe5M_400x400.jpg" height="64" /></a>
|
||||
</td>
|
||||
<td align="center">
|
||||
<a href="https://crisp.chat/"><img src="https://pbs.twimg.com/profile_images/651629444944273408/r5Kd_ifq_400x400.png" height="64" /></a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
> 👋 Do you want your company to be listed there? Contribute with a cheatsheet for your favorite programming language, framework or development tool.
|
||||
|
||||
@@ -86,7 +86,7 @@ R enter Insert mode, replacing characters rather than insertin
|
||||
J join line below to the current one
|
||||
cc change (replace) an entire line
|
||||
cw change (replace) to the end of word
|
||||
c$ change (replace) to the end of line
|
||||
C change (replace) to the end of line
|
||||
s delete character at cursor and substitute text
|
||||
S delete line at cursor and substitute text (same as cc)
|
||||
xp transpose two letters (delete and paste, technically)
|
||||
|
||||
Reference in New Issue
Block a user