Nvim: improve pager mode and other fixes
This commit is contained in:
parent
4aeaf540b7
commit
432ee57180
6 changed files with 27 additions and 19 deletions
|
@ -50,10 +50,11 @@ export DOTREPO="$HOME/git/dotfiles"
|
|||
|
||||
# nvim ftw!
|
||||
export EDITOR=nvim
|
||||
export PAGER="$EDITOR -R"
|
||||
export PAGER="$EDITOR -R +\"lua require 'pager'\""
|
||||
export GIT_PAGER="$EDITOR -R +\"lua require 'pager'\" \"Git log\""
|
||||
export PARU_PAGER="$PAGER -c 'set ft=PKGBUILD'"
|
||||
export AUR_PAGER=$PAGER
|
||||
export MANPAGER="$EDITOR +Man!"
|
||||
export MANPAGER="$EDITOR +\"lua require 'pager'\" +Man!"
|
||||
|
||||
# Use GPG for SSH authentication
|
||||
export GPG_TTY="$(tty)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue