init.vimに以下の記述を追加した
set t_Co=256
colorscheme solarized8
set background=light
let g:airline_theme='solarized'
" コメントのitalicを無効化する
hi Comment gui=NONE| #!/usr/bin/env bash | |
| set -e -o pipefail; [[ -n "$DEBUG" ]] && set -x | |
| CERT_DIR="${CERT_DIR:-"/usr/local/share/ca-certificates"}" | |
| function usage() { | |
| echo "Usage: $(basename "$0") [-n name] certflie ..." >&2 | |
| } |
init.vimに以下の記述を追加した
set t_Co=256
colorscheme solarized8
set background=light
let g:airline_theme='solarized'
" コメントのitalicを無効化する
hi Comment gui=NONErebase vs merge).rebase vs merge)reset vs checkout vs revert)git rev-parse)pull vs fetch)stash vs branch)reset vs checkout vs revert)| // routes.js | |
| const routes = [ | |
| { | |
| path: '/', | |
| component: Home, | |
| exact: true | |
| }, | |
| { | |
| path: '/gists', | |
| component: Gists |
| [merge] | |
| tool = vimdiff | |
| [mergetool] | |
| prompt = true | |
| [mergetool "vimdiff"] | |
| cmd = nvim -d $LOCAL $REMOTE $MERGED -c '$wincmd w' -c 'wincmd J' | |
| [difftool] | |
| prompt = false | |
| [diff] | |
| tool = vimdiff |
A complete list of RxJS 5 operators with easy to understand explanations and runnable examples.
By: @BTroncone
Also check out my lesson @ngrx/store in 10 minutes on egghead.io!
Update: Non-middleware examples have been updated to ngrx/store v2. More coming soon!
Table of Contents