add keybinds and Update for paginator

This commit is contained in:
2023-02-19 10:30:52 -08:00
parent 902266ede7
commit 9e934da2de
2 changed files with 14 additions and 3 deletions

View File

@@ -45,7 +45,7 @@ type (
)
func (c Commit) String() string {
return fmt.Sprintf("%s\t%s\t%s\t%s\n",
return fmt.Sprintf("%s\t%s\t%s\t%s",
c.TimeStamp.Format("0"+time.Kitchen),
c.Author, c.Repo,
strings.TrimSpace(c.Message))