Loosely ordered with the commands I use most towards the top. Sublime also offer full documentation.
| Ctrl+C | copy current line (if no selection) |
| Ctrl+X | cut current line (if no selection) |
| Ctrl+⇧+K | delete line |
| Ctrl+↩ | insert line after |
Loosely ordered with the commands I use most towards the top. Sublime also offer full documentation.
| Ctrl+C | copy current line (if no selection) |
| Ctrl+X | cut current line (if no selection) |
| Ctrl+⇧+K | delete line |
| Ctrl+↩ | insert line after |
| drush fl | grep 'Overridden' | awk '{print ($(NF-2))}' | xargs -i drush fr {} -y |
inside flask app
pip install flask
Then
sudo su
export CFLAGS=-Qunused-arguments
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
| /* language switcher */ | |
| #setlang { | |
| display: none !important; | |
| } | |
| /* already registered, share link */ | |
| #share-link { | |
| display: none; | |
| } | |
| /* survey questions */ | |
| fieldset.surveyquestions { |