summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-05-07 11:46:03 -0400
committerJune McEnroe <june@causal.agency>2020-05-07 11:46:03 -0400
commit262c56dc7c714da3f37f3ac1364c3c9d3d42227f (patch)
tree81b262574f838fd4789ef5e2b0db05664c753f08 /home
parentPost "casual update" (diff)
downloadsrc-262c56dc7c714da3f37f3ac1364c3c9d3d42227f.tar.gz
src-262c56dc7c714da3f37f3ac1364c3c9d3d42227f.zip
Update nvim MANPAGER
Not sure when this was added. Has the advantage of working properly in
more versions of man(1) it seems.
Diffstat (limited to 'home')
-rw-r--r--home/.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/.profile b/home/.profile
index 20576362..031d2e1e 100644
--- a/home/.profile
+++ b/home/.profile
@@ -9,7 +9,7 @@ path /usr/games
 export PAGER=less
 export LESS=FRX
 export EDITOR=nvim
-export MANPAGER="nvim -c 'set ft=man' -"
+export MANPAGER='nvim +Man!'
 export MANSECT=2:3:1:8:6:5:7:4:9
 export CLICOLOR=1
 export GPG_TTY=$(tty)