shy-easter-1444
03/11/2020, 10:42 AMShift + 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 %