X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=lib%2Fconfig%2Fless%2Flight_bg;h=6c1e09c616cbc2f2be6652f7268b219cb33f9ea9;hb=982948e0cda4ae2879d15ffe184a6a83073ce1ed;hp=03df111c70eef2b1f738e66c5218fbe58bc7af98;hpb=2dd4a964704fcf93614826857b7bcf17d40dc10f;p=dotfiles.git diff --git a/lib/config/less/light_bg b/lib/config/less/light_bg index 03df111..6c1e09c 100644 --- a/lib/config/less/light_bg +++ b/lib/config/less/light_bg @@ -1,8 +1,4 @@ # See https://unix.stackexchange.com/q/108699 and man terminfo -export LESS_TERMCAP_ZN="`tput ssubm`" # Enter subscript mode -export LESS_TERMCAP_ZO="`tput ssupm`" # Enter superscript mode -export LESS_TERMCAP_ZV="`tput rsubm`" # End subscript mode -export LESS_TERMCAP_ZW="`tput rsupm`" # End superscript mode export LESS_TERMCAP_mb="`tput bold; tput setaf 5`" # begin blinking - bold magenta export LESS_TERMCAP_md="`tput bold; tput setaf 4`" # begin bold - blue export LESS_TERMCAP_me="`tput sgr0`" # end mode