Skip to content

Instantly share code, notes, and snippets.

View mgumowsk's full-sized avatar

Mariusz Gumowski mgumowsk

View GitHub Profile
@mgumowsk
mgumowsk / iterm2.md
Created September 24, 2025 12:54 — forked from squarism/iterm2.md
An iTerm2 Cheatsheet

In the below keyboard shortcuts, I use the capital letters for reading clarity but this does not imply shift, if shift is needed, I will say shift. So + D does not mean hold shift. + Shift + D does of course.

Tabs and Windows

Function Shortcut
New Tab + T
Close Tab or Window + W (same as many mac apps)
Go to Tab + Number Key (ie: ⌘2 is 2nd tab)
Go to Split Pane by Direction + Option + Arrow Key
@mgumowsk
mgumowsk / rsync.md
Created September 15, 2025 06:34 — forked from erikgall/rsync.md
Sync a local folder with a remote folder over SSH using rsync

The command -- rsync

rsync

rsync **source/** **destination