Skip to content

Instantly share code, notes, and snippets.

@radustoenescu
Last active January 13, 2020 07:25
Show Gist options
  • Save radustoenescu/74824e5d3ce02c9f5d2f023c4fd81d5a to your computer and use it in GitHub Desktop.
Save radustoenescu/74824e5d3ce02c9f5d2f023c4fd81d5a to your computer and use it in GitHub Desktop.
list of nice things

bash

!$ - last argument of prev command

!* - all arguments of prev command

python

virtualenv env

source env/bin/activate

deactivate

vscode

Ctrl+Shift+I - indent

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment