-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Try vimpager... seems like this might be the play. Possibly "bat" or "moar" or "most"
At least do less setup...
export PAGER=less
export MANPAGER=less
export LESS="-R -M --shift 5"
# -R: Preserves color output (e.g., for bat or man).
# -M: Shows a more detailed status line.
# --shift 5: Scrolls horizontally by 5 columns.
alias more=less
Git config:
[core]
pager = less
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels