Add these lines to register for keyboard notifications.
NSNotificationCenter.defaultCenter().addObserver(self, selector: "keyboardWillShow:", name: UIKeyboardWillShowNotification, object: nil)
| SPC s c remove highlight | |
| **** Files manipulations key bindings | |
| Files manipulation commands (start with ~f~): | |
| | Key Binding | Description | | |
| |-------------+----------------------------------------------------------------| | |
| | ~SPC f c~ | copy current file to a different location | | |
| | ~SPC f C d~ | convert file from unix to dos encoding | | |
| | ~SPC f C u~ | convert file from dos to unix encoding | |
| openssl genrsa -des3 -out ssl.key 2048 | |
| openssl req -new -key ssl.key -out ssl.csr | |
| cp ssl.key ssl.key.orig | |
| openssl rsa -in ssl.key.orig -out ssl.key | |
| openssl x509 -req -days 1095 -in ssl.csr -signkey ssl.key -out ssl.crt | |
| cat ssl.crt ssl.key > ssl.pem |
| <VirtualHost *> | |
| ServerName example.com | |
| WSGIDaemonProcess www user=max group=max threads=5 | |
| WSGIScriptAlias / /home/max/Projekte/flask-upload/flask-upload.wsgi | |
| <Directory /home/max/Projekte/flask-upload> | |
| WSGIProcessGroup www | |
| WSGIApplicationGroup %{GLOBAL} | |
| Order deny,allow |
As configured in my dotfiles.
start new:
tmux
start new with session name: