Skip to content

Commit

Permalink
Cheat sheets
Browse files Browse the repository at this point in the history
  • Loading branch information
jzkyu committed Nov 24, 2024
1 parent 50316b2 commit e756894
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/Public/Tech/Software/Tools/VSCode cheat sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@

`shift` + `cmd` + `e`: Open explorer pane

`cmd` + `shift` + `p`: Command Palette
`cmd` + `shift` + `p`: Command Palette

`shift` + `alt` + `f`: Format current file
1 change: 1 addition & 0 deletions docs/Public/Tech/Software/Tools/vim cheat sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@

`v/foo` - select from curr pos to next instance of `foo`

`V` - select whole line
### Exiting

`:w` - write file (save)
Expand Down

0 comments on commit e756894

Please sign in to comment.