Learned this trick from the mental outlaw video "The Best Way to Learn Linux" This opens manpages in Neovim:
export MANPAGER='nvim +Man!'
This one uses regular vim:
export MANPAGER="vim -M +MANPAGER -"
Teal Deer (TLDR)
offline cheat sheets
sudo apt install tldr
tlr --update
wikiman
offline wiki documentation in the terminal
wikiman releases on github
sudo apt update
sudo apt install ./wikiman*.deb
No comments:
Post a Comment