Skip to content

Instantly share code, notes, and snippets.

View thdaraujo's full-sized avatar
🧡
coding

Thiago Araujo thdaraujo

🧡
coding
View GitHub Profile
@thdaraujo
thdaraujo / foxyproxy.json
Created April 3, 2019 19:11 — forked from apetresc/foxyproxy.json
A FoxyProxy 6.x (for Firefox) version of the AWS EMR filters
{
"mode": "patterns",
"proxySettings": [
{
"title": "EMR SOCKS Proxy",
"type": 3,
"color": "#cc8c2a",
"address": "localhost",
"port": 8157,
"proxyDNS": true,
@thdaraujo
thdaraujo / spacemacs-keybindings
Created July 11, 2017 12:52 — forked from adham90/spacemacs-keybindings
spacemacs keybindings that i need to learn
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 |