tmux-setup but no highlight #1143
-
Beta Was this translation helpful? Give feedback.
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 |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
gef config gef.disable_color 1
means the colors are disabled.Try
gef config gef.disable_color 0
to undo that setting, followed bygef save
if 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