Augmented reality themes in dennou coil
- move around
- is in only one location
- unclear if it can be rolled back
- can be captured
- emotional connection
- sold by some company?
- store information into virtual pets (steganography?)
" 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 |
#!/usr/bin/env zsh | |
sudo rm -f /usr/bin/node | |
sudo rm -f /usr/bin/npm | |
sudo ln -s $(which node) /usr/bin/ | |
sudo ln -s $(which npm) /usr/bin/ |
Rabbitmq conf locations for homebrew | |
/usr/local/etc/rabbitmq/rabbitmq-env.conf | |
/usr/local/etc/rabbitmq/rabbitmq |