diff options
| author | Skladnayazebra <skladnayazebra@gmail.com> | 2026-04-11 20:57:51 +0200 |
|---|---|---|
| committer | Skladnayazebra <skladnayazebra@gmail.com> | 2026-04-11 20:57:51 +0200 |
| commit | b5dbd983cbf2a5b98f2d1eb6fb9850018186d462 (patch) | |
| tree | 9f72d3f9a39d632fe02b2945fc742a587fac14e6 /zsh | |
| parent | fad325288a932d8f1503e3f27e7b625e6252edc8 (diff) | |
centered manpage viewer
Diffstat (limited to 'zsh')
| -rw-r--r-- | zsh/index.zsh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zsh/index.zsh b/zsh/index.zsh index 0463c7e..adad395 100644 --- a/zsh/index.zsh +++ b/zsh/index.zsh @@ -29,3 +29,5 @@ source <(fzf --zsh) export EDITOR=nvim export MANPAGER='nvim +Man!' +export MANWIDTH=80 +export MAN_KEEP_FORMATTING='yes-please' |
