diff --git a/data/wezterm/wezterm.lua b/data/wezterm/wezterm.lua index ff4feff..f12db39 100644 --- a/data/wezterm/wezterm.lua +++ b/data/wezterm/wezterm.lua @@ -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, diff --git a/data/zsh/bottom-zshrc b/data/zsh/bottom-zshrc index 72ae127..139709c 100644 --- a/data/zsh/bottom-zshrc +++ b/data/zsh/bottom-zshrc @@ -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