Skip to content

Commit

Permalink
Cheat sheets
Browse files Browse the repository at this point in the history
  • Loading branch information
jzkyu committed Apr 12, 2024
1 parent 27d7702 commit 95d1f20
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/Public/MOC/tmux cheat sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ https://tmuxcheatsheet.com/

`ctrl` + `b`: "tmux mode"

In "tmux mode":
### In "tmux mode":

`w`: Window previewer

Expand All @@ -12,3 +12,7 @@ In "tmux mode":

`&`: Close window

### Sessions:

`tmux kill-session -a`: Kill all sessions but the current

7 changes: 7 additions & 0 deletions docs/Public/Software/Tools/vim cheat sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,10 @@

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

### Exiting

`:w` - write file (save)

`:q` - quit (must save changes first)

``

0 comments on commit 95d1f20

Please sign in to comment.