Skip to content

Instantly share code, notes, and snippets.

@yoshikazusawa
Last active July 25, 2016 14:17
Show Gist options
  • Save yoshikazusawa/8630593 to your computer and use it in GitHub Desktop.
Save yoshikazusawa/8630593 to your computer and use it in GitHub Desktop.
やけに丁寧なtigの設定ガイド(表示制御編) ref: http://qiita.com/yoshikazusawa/items/d99e8b5d6f6a45aa6e2e
# 差分の前後の表示行数(diff-context)を指定
set diff-context = 6
# main viewの左端にコミットIDを表示する
set show-id = yes
# 画面を垂直方向に分割する
set vertical-split = yes
# 水平分割したウィンドウの下画面サイズを % で指定(行数指定も可)
set split-view-height = 80%
# 差分の前後の表示行数(diff-context)を指定
set diff-context = 6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment