1
0
mirror of https://github.com/onkelbeh/cheatsheets.git synced 2026-08-15 21:44:51 +02:00
Commit Graph

71 Commits

Author SHA1 Message Date
Janusz 'Kali' Kaliszczak
1b631cb69a Fix clipboard command description in vim.md
Keys `"*y` _/_ `"+y` should be described as `Copy to system clipboard`
and not `Paste to system clipboard`
2026-07-05 06:29:27 +10:00
Çınar Civan
403cc72ee3 New shortcut for vim.md (#2143)
New shortcut `:q!` added for quit without checking changes in `vim.md`
file.
2024-06-27 20:38:14 +10:00
Rico Sta. Cruz
511de900ba Formatting updates (#2133)
- Update some sheets which have very long sections
- Remove `layout: 2017/sheet` (everything has the same layout now)
- Remove outdated sheets
2024-04-03 18:30:24 +11:00
Yudai Takada
e8bfec363f Fix some typos (#2121)
* mispelling ==> misspelling

* boundry ==> boundary

* Subsituted ==> Substituted

* expresion ==> expression

* bandwith ==> bandwidth

* Contstructor ==> Constructor

* chaning ==> changing

* retrive ==> retrieve

* mached ==> matched

* devlopment ==> development

* inheritence ==> inheritance

* browers ==> browsers

* avalible ==> available

* funciton ==> function

* calulate ==> calculate
2024-03-22 08:53:26 +11:00
TheDarkTron
11cfb5c943 Added Search & Replace command (#1943) 2023-01-27 21:22:50 +11:00
TheDarkTron
04d0b8d9df Removed :q! and :qa! (#1944) 2023-01-27 21:22:23 +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
Artemee
6a1378f310 Update vim.md (#1334)
Co-authored-by: Rico Sta. Cruz <rstacruz@users.noreply.github.com>
2020-07-13 00:13:50 +10:00
Qwerty-Space
2a4cbe953f vim: Fix two minor errors (#1370) 2020-07-09 01:37:24 +10:00
Rico Sta. Cruz
6b43bf97da Cleanup: update timestamps 2020-07-05 21:11:36 +10:00
fREW Schmidt
d20fddb40a vim: Fix spelling (#1000) 2020-07-05 20:57:28 +10:00
Rico Sta. Cruz
360bb87287 Cleanup: update timestamps of files 2020-07-04 23:33:09 +10:00
Chl
ac3891cae8 vim: Added '%' as a quick delimiter navigator (#1483)
Works pour `{}`, `()`, `[]` and also `/* */`, `#ifdef` and other usual delimiters
in programming languages. See ':help %'.
2020-07-03 22:48:11 +10:00
Kushal Arya
f3cef3c398 vim: Added key for 'A' (#1018) 2020-06-24 00:27:25 +10:00
Gautam Naik
b4e978f074 vim: Added system clipboard copy-paste shortcuts (#522)
Co-authored-by: Rico Sta. Cruz <rstacruz@users.noreply.github.com>
2020-06-24 00:26:41 +10:00
MaxVerevkin
3973e58287 fix words section 2020-05-13 08:50:22 +03:00
Rico Sta. Cruz
d8b2a29afa Update vim.md 2020-02-23 20:32:37 +11:00
Qwerty-Space
9ba6e49d36 Command to convert newlines from Windows to Unix 2020-02-21 23:10:35 +00:00
Rico Sta. Cruz
2b6aeb322c Merge pull request #1164 from A1RO/A1RO-patch-1
Swap "Previous/next end of word" shortcuts in vim.md
2020-02-13 22:01:56 +11:00
A1RO
331b30e13f Swap "Previous/next end of word" shortcuts 2019-08-03 16:48:18 -04:00
metaJS
dfce59b09f update: vim zt 2019-03-09 15:33:31 +08:00
Bez Hermoso
f0705b3a4f Vim: Add section on spell-checking (#864) 2018-11-28 16:02:35 -07:00
calumks
db77ac7c98 Add undo and redo shortcuts (#796) 2018-11-07 15:04:50 -07:00
calumks
8e5952a677 Add key shortcut info. (#795) 2018-11-07 15:03:42 -07:00
AntoineGoncalves
6a51d514e8 Update vim.md with "gvimdiff", "tab pages" and ajustment of the layout (#741)
* Update vim.md with "gvimdiff" command

* Update vim.md with a section for using tab pages

* VIM: Adjustement of the layout

Add table with Shortcut and Description for Calculator section.
Replace all of first letter of description by uppercase when it was lowercase.

* Update vim.md

* Update vim.md

* Update vim.md
2018-11-07 14:35:25 -07:00
Jason Weir
a4053b1b8e Add spell checking to vim cheatsheet (#497)
* Add spell checking to vim cheatsheet

* Add backticks for command formatting
2018-11-07 14:08:13 -07:00
Rico Sta. Cruz
77fce042aa Merge pull request #552 from JustusAdam/patch-1
Added `f` character jumps
2018-07-04 20:33:49 +08:00
Edward Betts
e14ed7967b Correct spelling mistakes. 2018-06-14 16:48:42 +01:00
Justus Adam
e62265f138 Added f character jumps
Added the `f` and `F` character jump to Navigation.
2018-06-01 11:41:40 +02:00
Rico Sta. Cruz
f1d1abd59d Fix up some tables 2018-03-15 17:44:48 +08:00
Jannis
0ca267e8e0 Add window navigation commands 2018-01-05 11:07:23 +01:00
Nathaniel Inman
96619f375a Cases can be changed in normal mode as well
Original document alluded to the fact that cases can only be changed from `visual` mode. They also work in `normal` mode.
2017-12-06 13:46:32 -06:00
Rico Sta. Cruz
10a3f67a81 Merge pull request #163 from epilande/vim-change-caret
✏️ Change ctrl caret to be less confusing
2017-11-27 19:58:25 +08:00
Sri Hari Raju Penmatsa
f5c644ae07 fixed an error and added a relevant cheat
noticed it because of a comment at https://devhints.io/vim where this sheet is referenced
2017-11-10 00:07:37 +01:00
Emmanuel Pilande
55e6d45939 ✏️ Change ctrl caret to be less confusing 2017-10-27 17:30:01 -07:00
Rico Sta. Cruz
a418f067bd vim: update formatting 2017-10-11 15:21:43 +08:00
Rico Sta. Cruz
adb23a0b86 vim: add links 2017-10-11 15:13:00 +08:00
Rico Sta. Cruz
5ef154f9bc vim: mention cq 2017-09-03 04:02:36 +08:00
Rico Sta. Cruz
3f20aa492b vim: mention cquit 2017-09-03 03:44:26 +08:00
Rico Sta. Cruz
8dde8ffe8f css: fix background-size 2017-09-01 02:05:08 +08:00
Rico Sta. Cruz
9199e796e4 vim: explain text objects and operators 2017-08-31 18:27:06 +08:00
Rico Sta. Cruz
8c01130950 Use a more normal timestamp format 2017-08-30 19:33:17 +08:00
Rico Sta. Cruz
c934ae39bd Fix updated logic 2017-08-30 19:31:11 +08:00
Rico Sta. Cruz
d86b3cd92b vim: increase weight 2017-08-30 18:44:02 +08:00
Rico Sta. Cruz
b9e9a33111 vim: remove extra links 2017-08-30 01:11:27 +08:00
Rico Sta. Cruz
aaf3e0958b Update 2017-08-29 03:23:29 +08:00
Rico Sta. Cruz
8a37f1874f Begin to implement index@2017 2017-08-28 23:14:30 +08:00
Rico Sta. Cruz
5b87d995aa Fix links to not use .html 2017-08-28 21:52:26 +08:00
Rico Sta. Cruz
5bdc34c20a Support ads: false 2017-08-28 14:45:03 +08:00
Rico Sta. Cruz
7e34272a8c Improve 'also see' section 2017-08-27 00:10:59 +08:00