1. Slack: `Shift + Esc` clears all unread notific...
# random
s
1. Slack:
Shift + Esc
clears all unread notifications 2. Terminal:
sudo !!
to repeat last command with sudo 3. Similar to `cd -`: git has
git checkout -
to switch to the previously checked out branch 4. Saving a file in vim when not started with sudo:
:w !sudo tee %
👏 7