(C-x means ctrl+x, M-x means alt+x)
The default prefix is C-b. If you (or your muscle memory) prefer C-a, you need to add this to ~/.tmux.conf:
| import pandas as pd | |
| from sqlalchemy import create_engine | |
| # follows django database settings format, replace with your own settings | |
| DATABASES = { | |
| 'production':{ | |
| 'NAME': 'dbname', | |
| 'USER': 'user', | |
| 'PASSWORD': 'pass', | |
| 'HOST': 'rdsname.clqksfdibzsj.us-east-1.rds.amazonaws.com', |
| %s/<!--\_.\{-}-->//g |