tmux-setup but no highlight #1143
Answered
by
hugsy
wangrongwei
asked this question in
Q&A
Answered by
hugsy
Oct 1, 2024
Replies: 2 comments 4 replies
|
Try A good way to go about this kind of issue is to isolate the root cause: you can try reseting gef's settings, by (re)moving ~/.gef.rc and restart gef. If you still don't have colors (default in gef), it must come from your tmux. Cheers |
3 replies
Answer selected by
hugsy
|
Hi, hugsy Thanks, I configure gef.disable_color=false, it can't work, but it works when I remove ~/.gef.rc. This is my .gef.rc can you help me check which options lead to it? Anyway, thanks. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

gef config gef.disable_color 1means the colors are disabled.Try
gef config gef.disable_color 0to undo that setting, followed bygef saveif you want to make it permanent.A good way to go about this kind of issue is to isolate the root cause: you can try reseting gef's settings, by (re)moving ~/.gef.rc and restart gef. If you still don't have colors (default in gef), it must come from your tmux.
Cheers