chore: better less

main
sudo pacman -Syu 2023-10-06 15:03:33 +07:00
parent 6b24eac699
commit d1625e0a7f
2 changed files with 5 additions and 2 deletions

View File

@ -3,9 +3,9 @@ local act = wezterm.action
return {
font = wezterm.font({
family = "IBM Plex Mono",
family = "Iosevka Term SS08",
}),
font_size = 14.0,
font_size = 16.0,
line_height = 1.2,
use_cap_height_to_scale_fallback_fonts = true,

View File

@ -4,6 +4,9 @@
# https://lgug2z.com/articles/sensible-wordchars-for-most-developers/
export WORDCHARS="*?[]~=&;!#$%^(){}<>"
# https://www.topbug.net/blog/2016/09/27/make-gnu-less-more-powerful/
export LESS="-RF -i -K -s -x2 --wordwrap"
# nvim
if command -v nvim &>/dev/null; then
export EDITOR=nvim