category | binding | command | description | remark |
---|---|---|---|---|
git command | s, S | git status | status view へ遷移 | |
r | git branch | refs view へ遷移 | ||
l | git log | log view へ遷移 | ||
g | git grep | |||
b | git blame | blame view へ遷移 | ||
cursor | j | cursor DOWN | ||
k | cursoe UP | |||
other | / <word> | search | 文字列を検索 | |
q | exit screen | 現在の画面を抜ける | ||
Q | exit tig | tig を終了する | ||
m | main view | main view を表示する | ||
t | tree | tree view へ遷移。ディレクトリツリーを表示する | ||
h | show help | help を表示する |
binding | command | description | remark |
---|---|---|---|
u | git add | ファイルを stage する | stage されてないファイルにカーソルがある時 |
u | git reset | stage を取り消す | stage されたファイルにカーソルがある時 |
c | git commit | commit sする | |