Skip to content

Instantly share code, notes, and snippets.

set clipboard=unnamed
" 見た目系
" ビープ音を可視化
set visualbell
" 折り返し時に表示行単位での移動できるようにする
nnoremap j gj
nnoremap k gk
" 検索系
" setting
"文字コードをUFT-8に設定
set fenc=utf-8
" バックアップファイルを作らない
set nobackup
" スワップファイルを作らない
set noswapfile
" 編集中のファイルが変更されたら自動で読み直す
set autoread
" バッファが編集中でもその他のファイルを開けるように
# fish
set GHQ_SELECTOR peco
function peco
command peco --layout=bottom-up $argv
end
function peco_recentd
z -l | peco | awk '{ print $2 }' | read recentd
cd $recentd
sbt:compiler-benchmark> hot -p source=@/Users/dyoshimitsu/Workspace/GitHub/scalaz/scalaz/core/jvm/target/compile.args
[info] Updating compilation...
[info] Done updating.
[warn] Found version conflict(s) in library dependencies; some are suspected to be binary incompatible:
[warn] * com.google.guava:guava:21.0 is selected over 20.0
[warn] +- infrastructure:infrastructure:0.1.0-SNAPSHOT (depends on 21.0)
[warn] +- org.influxdb:influxdb-java:2.5 (depends on 20.0)
[warn] Run 'evicted' to see detailed eviction warnings
[info] Packaging /Users/dyoshimitsu/Workspace/GitHub/scala/compiler-benchmark/compilation/target/scala-2.12/compilation_2.12-0.1.0-SNAPSHOT.jar ...
Processing 49 classes from /Users/dyoshimitsu/Workspace/GitHub/scala/compiler-benchmark/compilation/target/scala-2.12/classes with "reflection" generator