Section Header!
Some information...
# Here's some code
let x = () => { x:true }
| zip -er FILENAME.zip FILESorFOLDERStoCOMPRESS |
| a = a^b | |
| b = a^b | |
| a = a^b |
| git config --global core.editor vim && | |
| git config --global color.ui true && | |
| git config --global core.autocrlf input && | |
| git config --global alias.co checkout && | |
| git config --global alias.br branch && | |
| git config --global alias.ci commit && | |
| git config --global alias.st status && | |
| git config --global alias.up rebase && | |
| git config --global alias.ci commit && | |
| git config --global alias.upstream "remote add upstream" && |
Some information...
# Here's some code
let x = () => { x:true }
| " Use Vim settings, rather then Vi settings (much better!). | |
| set nocompatible | |
| " Turn on the verboseness to see everything vim is doing. | |
| "set verbose=9 | |
| " allow backspacing over everything in insert mode | |
| set backspace=indent,eol,start | |
| https://codepen.io/anon/pen/dQaJBm?editors=1111 |
| filename=clipboard-source.html; pbpaste > /tmp/$filename | open /tmp/$filename |
| https://codepen.io/anon/pen/eLrxXV |
| <div id="out"></div> |