Commit Graph

2148 Commits

Author SHA1 Message Date
TheDarkTron 04d0b8d9df
Removed :q! and :qa! (#1944) 2023-01-27 21:22:23 +11:00
not-a-patch 0d16abcb6a
Include have_current_path into expectations (#1938) 2023-01-18 22:46:59 +11:00
TheDarkTron 9b0e8f2203
Added nested list items, moved image embedding with reference to own block (#1939) 2023-01-18 22:44:08 +11:00
Andrei Curelaru 9cc370f984
Added 2 movement shortcuts (#1903)
* Added 2 movement shortcuts

In the Document section, "Move down/up by n lines"

* Update vim.md

Co-authored-by: Rico Sta. Cruz <rstacruz@users.noreply.github.com>
2023-01-04 20:45:26 +11:00
Jun Santilla c8aa8f2aac
Add import useState (#1906) 2023-01-04 20:44:57 +11:00
Genesis 66b6648e49
go-updates: Added variables and constants additions (#1931)
Co-authored-by: Zhenya Sikirzhitsky <zhenya_sikirzhitsky@epam.com>
2023-01-04 20:44:10 +11:00
lzrdblzzrd d7fc5ccf02
Update gnupg.md (#1932)
Fixed a typo: edit -> trust
2023-01-04 20:42:50 +11:00
Dimi Shahbaz 000441292e
tig: Fix traling newline in header (#1930)
There is no newline between the header and the table body, resulting in
a rendering issue at https://devhints.io/tig.

This PR adds a newline after the section header.
2023-01-02 21:28:24 +11:00
Dimi Shahbaz 58a1129c9b
Update tig cheatsheet (#1918)
* Update tig cheatsheet

The last update was in 2018, and some shortcuts were wrong, and many
were missing. This update adds the most pertinent shortcuts in the most
used tig views. This update matches tig version 2.4.1.

* Fix build

Co-authored-by: Rico Sta. Cruz <rstacruz@users.noreply.github.com>
2022-12-23 10:07:57 +11:00
Sonia Hamilton 83017d313e
Update bash.md (#1917)
* Update bash.md

declare variable as integer, then increment

* Update bash.md

Co-authored-by: Rico Sta. Cruz <rstacruz@users.noreply.github.com>
2022-12-16 08:05:23 +11:00
Xinpeng Wei 859d8e4f0b
fix: make the meaning of ^ and $ more precise (#1905)
* make the meaning of ^ and $ more clear

^ and $ work differently in multi-line pattern which are different from \A and \Z.

* Update regexp.md

Co-authored-by: Rico Sta. Cruz <rstacruz@users.noreply.github.com>
2022-12-02 20:16:09 +11:00
Lucendio 076c9d6b89
Fix merge flag name (#1623) 2022-11-01 14:30:02 +11:00
Antoine Mace 5522b615bc
fix(mysql): fix mysql backup typo (#1628) 2022-11-01 14:29:49 +11:00
Adam Leskis 71a0a6582a
update some links from http to https where supported (#1647) 2022-11-01 14:29:32 +11:00
Axel Ingadi b7f08ce1e6
Update subgrid value (#1797) 2022-11-01 14:29:15 +11:00
Dennis Thompson 5f5ce3eb83
Using latest rollup babel plugin (#1536) 2022-11-01 14:28:58 +11:00
Léni Marvaud 287295eae1
docker: Add depends_on long syntax (#1891)
Co-authored-by: Rico Sta. Cruz <rstacruz@users.noreply.github.com>
2022-11-01 14:23:53 +11:00
tripleee a5abcaea10
sed: fix "!p" example (#1898) 2022-11-01 14:19:16 +11:00
tripleee 1a0c86e002
grep: slashes do not need backslashes (#1899) 2022-11-01 14:13:54 +11:00
Vadym Kurachevskyi 655647d5d4
npm: add "npm rm" (#1839)
Co-authored-by: Rico Sta. Cruz <rstacruz@users.noreply.github.com>
2022-11-01 14:13:32 +11:00
Rico Sta. Cruz f1dfc086e5
Bump github-pages gem (v227) (#1901) 2022-11-01 14:11:33 +11:00
Rico Sta. Cruz 58232cc505
Bump runtime versions (Node.js v18) (#1900) 2022-11-01 14:08:12 +11:00
Léni Marvaud 0a6785c3f1
Add Healthcheck cheatsheet (#1892) 2022-11-01 13:26:22 +11:00
original-taste 09d5779281
added capturing group reference term (#1896) 2022-10-30 23:27:48 +11:00
tripleee 271e0b7c5d
bash.md: update with best practices (#1897) 2022-10-30 22:55:55 +11:00
JonghwanWon 6999e947cb
Update typescript.md (#1863) 2022-10-27 13:23:21 +11:00
Ellie Tam fac4d1e60b
Update kotlin.md (#1885) 2022-10-05 13:27:04 +11:00
whincwu 288baef931
Update mysql.md (#1879) 2022-09-14 13:08:20 +10:00
disksing d8fb4189fd
Improve indent (#1874) 2022-09-14 13:07:57 +10:00
Rico Sta. Cruz 3cd65f1974
Update environment versions 2022-09-14 13:02:26 +10:00
Saravanakumar J 5fb0ab2a68
Added few methods to JS Array (#1865) 2022-08-12 07:41:13 +10:00
Loïc Doubinine 68758d5b26
Add tar cheatsheet (#1870)
Co-authored-by: Zed <zed@riper.fr>
2022-08-12 07:40:12 +10:00
Nicolas Zagulajew e02473bcb5
add ${PIPESTATUS[c]} special var (#1800)
Co-authored-by: Rico Sta. Cruz <rstacruz@users.noreply.github.com>
2022-07-07 23:09:23 +10:00
throny d62209edf3
Added restart policy to other options (#1831)
* restart policy

* Update formatting

Co-authored-by: Rico Sta. Cruz <rstacruz@users.noreply.github.com>
2022-07-07 23:07:08 +10:00
Cayley Humphries 14068e6c4a
Add @async to JSDoc `Other keywords` section (#1819)
Async is so prevalent these days, felt like it was important to include in a cheatsheet.
2022-07-07 23:03:37 +10:00
tew 05b5e05d09
Added link to Introduction section (#1854)
Added Bash Hackers Wiki link to the Introduction section, as this is just as useful as the other two.
2022-07-07 22:57:06 +10:00
Zack Grannan 3a367c969c
Update git-log-format.md (#1853)
In date formatting: `rfc2822` should be `rfc2822`
2022-07-07 22:55:40 +10:00
Raigorx Hellscream 955bc18ead
fix react confusion Fragments don't require keys! (#1847)
Co-authored-by: Rico Sta. Cruz <rstacruz@users.noreply.github.com>
2022-06-13 10:25:10 +10:00
Konstantin Komelin 34e7fe3d3c
Removed unnecessary dot from the require-dev command (#1842) 2022-06-09 15:42:38 +10:00
OmegaSquad82 5b68e050e0
Add usage of strict shell (#1841)
Co-authored-by: Rico Sta. Cruz <rstacruz@users.noreply.github.com>
2022-06-09 12:11:24 +10:00
sontru b50655f6dc
Update top.md (#1837) 2022-06-03 18:10:34 +10:00
Ben Adrian Sarmiento 994a66d843
Fix back button showing up on home (#1835) 2022-05-21 10:04:40 +10:00
jaw3l b86ebd8968
Updated docker-compose.md (#1827) 2022-05-20 12:43:57 +10:00
Christophe Bliard e7d44f5f8c
Update rdoc.md (#1832)
Co-authored-by: Rico Sta. Cruz <rstacruz@users.noreply.github.com>
2022-05-19 22:58:57 +10:00
Julio Jordán f142dce3f3
Fix typo (#1834) 2022-05-19 22:57:35 +10:00
Rico Sta. Cruz 689e6a5e69
Update rdoc.md 2022-05-18 15:48:54 +10:00
Mariusz Michalowski 484fba606f
Added new resources (#1823) 2022-05-08 08:08:26 +10:00
Rico Sta. Cruz 8b42b199dd
Update mako.md 2022-05-06 15:33:50 +10:00
hydrargyrum 685ac707b0
jinja: fix typo in front-matter (#1825) 2022-05-06 15:33:36 +10:00
Mike Harrison 1c43d9feb4
Add Logical Or example to RSpec (#1554)
Co-authored-by: Rico Sta. Cruz <rstacruz@users.noreply.github.com>
2022-04-07 11:23:56 +10:00