diff options
Diffstat (limited to '.config')
| -rw-r--r-- | .config/git/config | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.config/git/config b/.config/git/config index 09c5372..0b951a4 100644 --- a/.config/git/config +++ b/.config/git/config @@ -214,3 +214,13 @@ key = "Changelog-entry" ifmissing = add where = start + +[tig "bind"] + generic = I !@wl-copy -n "%(commit)" + + main = g none + main = gg :move-first-line + main = G :move-last-line + diff = g none + diff = gg :move-first-line + diff = G :move-last-line |