Easier way for man in neovim.
This commit is contained in:
parent
d3494feb56
commit
7f4c446b8a
2 changed files with 1 additions and 3 deletions
|
@ -1,2 +0,0 @@
|
|||
#!/bin/sh
|
||||
vim -R -c 'set ft=man nomod nonumber nomagic' "${*}"
|
|
@ -8,7 +8,7 @@ setopt HIST_REDUCE_BLANKS
|
|||
setopt SHARE_HISTORY
|
||||
|
||||
export PATH=~/.local/bin:$PATH
|
||||
export MANPAGER="viman"
|
||||
export MANPAGER='nvim +Man!'
|
||||
export LESSHISTFILE='/dev/null'
|
||||
|
||||
[ ! -L ~/.cache ] && { rm -rf ~/.cache; ln -sf $XDG_CACHE_HOME ~/.cache ; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue