diff options
| author | typebrook <typebrook@gmail.com> | 2019-04-09 12:11:39 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2019-04-09 12:11:39 +0800 |
| commit | 359e4107bdcf8e23873324480a3ee60d69349986 (patch) | |
| tree | a82dd1236490f55dfe841becd77c904164964de3 | |
| parent | e95c817cbb15a97935d6db6c7ebefabe9f5a4877 (diff) | |
update
| -rw-r--r-- | tigrc | 5 |
1 files changed, 2 insertions, 3 deletions
| @@ -55,12 +55,11 @@ bind main G none | |||
| 55 | bind main G move-last-line | 55 | bind main G move-last-line |
| 56 | bind main ` :toggle commit-title-graph | 56 | bind main ` :toggle commit-title-graph |
| 57 | 57 | ||
| 58 | bind main gh :goto HEAD | ||
| 59 | bind main ; :goto %(commit)^2 | ||
| 60 | |||
| 61 | # move | 58 | # move |
| 62 | bind main <C-J> :move-next-merge | 59 | bind main <C-J> :move-next-merge |
| 63 | bind main <C-K> :move-prev-merge | 60 | bind main <C-K> :move-prev-merge |
| 61 | bind main gh :goto HEAD | ||
| 62 | bind main ; :goto %(commit)^2 | ||
| 64 | 63 | ||
| 65 | # branch | 64 | # branch |
| 66 | bind main b none | 65 | bind main b none |