Skip to content

Commit

Permalink
Updated cheat sheets
Browse files Browse the repository at this point in the history
  • Loading branch information
jzkyu committed Jan 20, 2024
1 parent ed76d52 commit 9afb7ac
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 2 deletions.
Binary file modified docs/Public/.DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions docs/Public/Software/Engineering/scope.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
A *scope* is a "boundary": a defined set of requirements, conditions for a project.
2 changes: 1 addition & 1 deletion docs/Public/Software/Operating Systems/file system.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
A *file system* of an [[operating system]] generally has a [[tree]] data structure for [[file]] which branches from the [[[knowledge-base/docs/Public/Software/Theory/root|root]] to different directories.
A *file system* of an [[operating system]] generally has a [[tree]] data structure for [[file]] which branches from the [[root 1|root 1]] to different directories.
3 changes: 3 additions & 0 deletions docs/Public/Software/Operating Systems/stream cheat sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,6 @@ echo 1 | sudo tee /sys/class/leds/input2::scrolllock/brightness
```

`tr`:
- Text editor
- Allow for replacing, deleting characters, character sets, newlines, etc.
File renamed without changes.
Empty file.
4 changes: 4 additions & 0 deletions docs/Public/Software/Tools/Productivity/Arc cheat sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,9 @@

`cmd` + `shift` + `c`: Copy the current page URL

`cmd` + `t`: Command prompt (Enter 'edit keyboard shortcuts')

`cmd` + `s`: Toggle sidebar

Sources:
- https://www.hongkiat.com/blog/arc-browser-keyboard-shortcuts/
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
`cmd` + `q`: Quit app
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
`cmd` + `shift` + `s`: Show file explorer

`cmd` + `shift` + `j/k`: Focus on tab group to the left / right

`shift` + `del`: Delete current file
### Pane Relief

`cmd` + `#`: Switch to tab `#`
Expand Down
2 changes: 1 addition & 1 deletion docs/Public/Software/Tools/vim cheat sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
`;` - repeat prev movement
`,` - repeat prev movement, backwards

`zz` - center cursor on screen
`zz` - center cursor on screen

0 comments on commit 9afb7ac

Please sign in to comment.