Skip to content

Instantly share code, notes, and snippets.

"検索をファイルの先頭へ循環しない
set nowrapscan
"大文字小文字の区別なし
set ignorecase
"検索時に大文字を含んでいたら大/小を区別
set smartcase
"検索対象をハイライト
@tshrkmd
tshrkmd / openstf-mac.yaml
Last active July 10, 2019 15:09
openstf-mac
rethinkdb:
image: rethinkdb:2.3
ports:
- "8080:8080"
- "28015:28015"
- "29015:29015"
restart: always
volumes:
- "~:/data" # 絶対パスで書いたほうが良いかも
command: "rethinkdb --bind all --cache-size 2048"