Thanks to /u/zpoo32 for reporting several issues in this list!
- deemix: just the cli and the library
- deemix-pyweb: the app with a GUI
- deemix-server: just the server part of deemix-pyweb
| " Have j and k navigate visual lines rather than logical ones | |
| nmap j gj | |
| nmap k gk | |
| " Go to beginning/end of line | |
| nmap gh ^ | |
| nmap gl $ | |
| " Cycle between tabs | |
| exmap tabprev obcommand workspace:previous-tab |
| DEV_SERVER_PORT=4201 |
Thanks to /u/zpoo32 for reporting several issues in this list!
| When Invalid Host Header when ngrok tries to connect to Angular or React dev server use this form for run ngrok. | |
| ngrok http 8080 -host-header="localhost:8080" | |
| ngrok http --host-header=rewrite 8080 |