diff options
| author | typebrook <typebrook@gmail.com> | 2019-04-09 10:35:50 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2019-04-09 10:35:50 +0800 |
| commit | e95c817cbb15a97935d6db6c7ebefabe9f5a4877 (patch) | |
| tree | 673eb60c31b66a909137161f16d84280e3b8e4ca /tigrc | |
| parent | 72c53ee5048d4725232435514b6e593aa50fe127 (diff) | |
update
Diffstat (limited to 'tigrc')
| -rw-r--r-- | tigrc | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -58,6 +58,10 @@ bind main ` :toggle commit-title-graph | |||
| 58 | bind main gh :goto HEAD | 58 | bind main gh :goto HEAD |
| 59 | bind main ; :goto %(commit)^2 | 59 | bind main ; :goto %(commit)^2 |
| 60 | 60 | ||
| 61 | # move | ||
| 62 | bind main <C-J> :move-next-merge | ||
| 63 | bind main <C-K> :move-prev-merge | ||
| 64 | |||
| 61 | # branch | 65 | # branch |
| 62 | bind main b none | 66 | bind main b none |
| 63 | bind main bn @git branch "%(prompt Enter branch name: )" %(commit) | 67 | bind main bn @git branch "%(prompt Enter branch name: )" %(commit) |