jesseduffield / jesseduffield/lazygit

Commit tab blinking commit hash & file names

Open
#1,302 3 comments 0 reactions 0 assignees View on GitHub
discussion
Dominant language
Go
Stars
82.4k
Forks
3k
Avg merge
2d 18h
Merged PRs (30d)
19

Description

**Topic**
Is there a way to toggle the blinking? In the `commit` tab, there's a box around the commit hash that blinks, and each file name in the commit tab blinks.

On:
- 2020 intel mbp
- big sur 11.3
- lazygit v0.28.1

**Your thoughts**
Just started using lazygit yesterday, and I love it. Except for the blinking. I dug through the readme and config docs, couldn't find anything to trigger this. Also saw a couple issues where folks had a blinking issue and an upgrade resolved it. This is why I opened a `discussion`, wasn't sure if this was a bug or config error.

and my lazygit config:
```yaml
gui:
theme:
selectedLineBgColor:
- reverse
selectedRangeBgColor:
- reverse

git:
paging:
colorArg: always
pager: delta --dark --paging=never
```

if needed I can grab a video or something.

**EDITED 5/3/21 to include `.gitconfig`**

```
[credential]
helper = osxkeychain

[core]
editor = nano
pager = delta
attributesfile = /Users/jgipson/.gitattributes

[interactive]
diffFilter = delta --color-only
[init]
defaultBranch = main

[color]
diff = always
status = always
branch = always
interactive = always
decoration = always
ui = true

[color "status"]
added = green
changed = red bold
untracked = magenta bold

[color "branch"]
current = yellow reverse
local = green
remote = yellow

[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold
new = green bold

[delta]
features = side-by-side line-numbers decorations
whitespace-error-style = 22 reverse

[delta "decorations"]
commit-decoration-style = bold cyan box ul
file-style = bold green ul
file-decoration-style = none

[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[pull]
rebase = false
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.