1
1
mirror of https://github.com/namibia/awesome-cheatsheets.git synced 2024-12-18 16:41:58 +00:00

Merge branch 'master' into patch-1

This commit is contained in:
Cristi Jora 2018-02-08 15:04:35 +02:00 committed by GitHub
commit 21583aa127
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 3 deletions

View File

@ -1,8 +1,8 @@
![AWESOME CHEATSHEETS LOgO](_images/awesome_cheatsheets_logo@2x.png)
![AWESOME CHEATSHEETS LOGO](_images/awesome_cheatsheets_logo@2x.png)
> 📚 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.

View File

@ -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)